diff options
Diffstat (limited to 'src/camera.c')
-rw-r--r-- | src/camera.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/camera.c b/src/camera.c index a0a07e9..d3a4672 100644 --- a/src/camera.c +++ b/src/camera.c @@ -425,6 +425,13 @@ static void __camera_event_handler_preview(camera_cb_info_s *cb_info, char *recv /* get stream info */ stream = (MMCamcorderVideoStreamDataType *)buf_pos; + CAM_LOG_VERBOSE("meta ts: [%llu] [%llu] [%llu] [%llu] [%llu] [%llu] [%llu] [%llu] [%llu] [%llu]", + stream->ts_soe, stream->ts_eoe, + stream->ts_sof, stream->ts_eof, + stream->ts_hal, stream->ts_qmf, + stream->ts_gst, stream->td_exp, + stream->ts_aux, stream->td_aux); + if (num_buffer_fd == 0 && CAMERA_IS_FD_VALID(tfd[1])) { /* import tbm data_bo and get virtual address */ if (!__camera_import_tbm_fd(cb_info->bufmgr, tfd[1], &data_bo, &data_bo_handle)) { |