Searched refs:thumb_frame (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp776 mm_camera_buf_def_t *thumb_frame = NULL; local
830 thumb_frame = recvd_frame->bufs[i];
852 if (thumb_frame != NULL) {
853 QCamera3Memory *thumb_memObj = (QCamera3Memory *)thumb_frame->mem_info;
856 thumb_memObj->cleanInvalidateCache(thumb_frame->buf_idx);
935 thumb_frame = main_frame;
954 jpg_job.encode_job.thumb_index = thumb_frame->buf_idx;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp934 mm_camera_buf_def_t *thumb_frame = NULL; local
968 thumb_frame = recvd_frame->bufs[i];
1011 if (thumb_frame != NULL) {
1013 m_parent->dumpFrameToFile(thumb_frame->buffer, thumb_frame->frame_len,
1014 thumb_frame->frame_idx, QCAMERA_DUMP_FRM_THUMBNAIL);
1062 thumb_frame = main_frame;
1079 jpg_job.encode_job.thumb_index = thumb_frame->buf_idx;

Completed in 30 milliseconds