Lines Matching refs:frame

75     mm_camera_super_buf_t* frame =  in zsl_channel_cb()  local
77 if (frame == NULL) { in zsl_channel_cb()
82 *frame = *recvd_frame; in zsl_channel_cb()
85 pme->m_postprocessor.processData(frame); in zsl_channel_cb()
128 mm_camera_super_buf_t* frame = in capture_channel_cb_routine() local
130 if (frame == NULL) { in capture_channel_cb_routine()
135 *frame = *recvd_frame; in capture_channel_cb_routine()
138 pme->m_postprocessor.processData(frame); in capture_channel_cb_routine()
212 mm_camera_super_buf_t* frame = in postproc_channel_cb_routine() local
214 if (frame == NULL) { in postproc_channel_cb_routine()
218 *frame = *recvd_frame; in postproc_channel_cb_routine()
221 pme->m_postprocessor.processPPData(frame); in postproc_channel_cb_routine()
265 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in preview_stream_cb_routine() local
266 if (NULL == frame) { in preview_stream_cb_routine()
274 stream->bufDone(frame->buf_idx); in preview_stream_cb_routine()
283 int idx = frame->buf_idx; in preview_stream_cb_routine()
284 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in preview_stream_cb_routine()
285 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW); in preview_stream_cb_routine()
385 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in nodisplay_preview_stream_cb_routine() local
386 if (NULL == frame) { in nodisplay_preview_stream_cb_routine()
394 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
403 QCameraMemory *previewMemObj = (QCameraMemory *)frame->mem_info; in nodisplay_preview_stream_cb_routine()
406 preview_mem = previewMemObj->getMemory(frame->buf_idx, false); in nodisplay_preview_stream_cb_routine()
409 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in nodisplay_preview_stream_cb_routine()
410 frame->frame_idx, QCAMERA_DUMP_FRM_PREVIEW); in nodisplay_preview_stream_cb_routine()
420 int user_data = frame->buf_idx; in nodisplay_preview_stream_cb_routine()
426 stream->bufDone(frame->buf_idx); in nodisplay_preview_stream_cb_routine()
469 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in postview_stream_cb_routine() local
470 if (NULL == frame) { in postview_stream_cb_routine()
476 QCameraMemory *memObj = (QCameraMemory *)frame->mem_info; in postview_stream_cb_routine()
478 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in postview_stream_cb_routine()
479 frame->frame_idx, QCAMERA_DUMP_FRM_THUMBNAIL); in postview_stream_cb_routine()
483 int dequeuedIdx = memory->displayBuffer(frame->buf_idx); in postview_stream_cb_routine()
534 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in video_stream_cb_routine() local
542 frame->stream_id, in video_stream_cb_routine()
543 frame->ts.tv_sec, in video_stream_cb_routine()
544 frame->ts.tv_nsec); in video_stream_cb_routine()
546 nsecs_t timeStamp = nsecs_t(frame->ts.tv_sec) * 1000000000LL + frame->ts.tv_nsec; in video_stream_cb_routine()
548 QCameraMemory *videoMemObj = (QCameraMemory *)frame->mem_info; in video_stream_cb_routine()
551 …video_mem = videoMemObj->getMemory(frame->buf_idx, (pme->mStoreMetaDataInFrame > 0)? true : false); in video_stream_cb_routine()
554 pme->dumpFrameToFile(frame->buffer, frame->frame_len, in video_stream_cb_routine()
555 frame->frame_idx, QCAMERA_DUMP_FRM_VIDEO); in video_stream_cb_routine()
679 mm_camera_buf_def_t *frame = super_frame->bufs[0]; in metadata_stream_cb_routine() local
680 cam_metadata_info_t *pMetaData = (cam_metadata_info_t *)frame->buffer; in metadata_stream_cb_routine()
746 stream->bufDone(frame->buf_idx); in metadata_stream_cb_routine()