Home
last modified time | relevance | path

Searched refs:pp_frame (Results 1 – 6 of 6) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1012 mm_camera_super_buf_t *pp_frame = NULL; in dataProcessRoutine() local
1119 pp_frame = in dataProcessRoutine()
1123 if (NULL != pp_frame && NULL != meta_buffer) { in dataProcessRoutine()
1130 pp_job->src_frame = pp_frame; in dataProcessRoutine()
1133 … ret = pme->m_pReprocChannel->doReprocessOffline(pp_frame, meta_buffer); in dataProcessRoutine()
1153 if (pp_frame != NULL) { in dataProcessRoutine()
1154 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
1155 free(pp_frame); in dataProcessRoutine()
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1090 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local
1092 if (NULL != pp_frame) { in dataProcessRoutine()
1106 pp_job->src_frame = pp_frame; in dataProcessRoutine()
1108 ret = pme->m_pReprocChannel->doReprocess(pp_frame, meta_frame); in dataProcessRoutine()
1128 if (pp_frame != NULL) { in dataProcessRoutine()
1129 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
1130 free(pp_frame); in dataProcessRoutine()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraPostProc.cpp1345 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local
1347 if (NULL != pp_frame) { in dataProcessRoutine()
1354 pp_job->src_frame = pp_frame; in dataProcessRoutine()
1356 ret = pme->m_pReprocChannel->doReprocess(pp_frame); in dataProcessRoutine()
1376 if (pp_frame != NULL) { in dataProcessRoutine()
1377 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
1378 free(pp_frame); in dataProcessRoutine()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp1345 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local
1347 if (NULL != pp_frame) { in dataProcessRoutine()
1354 pp_job->src_frame = pp_frame; in dataProcessRoutine()
1356 ret = pme->m_pReprocChannel->doReprocess(pp_frame); in dataProcessRoutine()
1376 if (pp_frame != NULL) { in dataProcessRoutine()
1377 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
1378 free(pp_frame); in dataProcessRoutine()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1534 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local
1545 pp_job->src_frame = pp_frame; in dataProcessRoutine()
1555 pp_frame, meta_buffer->bufs[0], in dataProcessRoutine()
1570 ret = pme->processPPData(pp_frame); in dataProcessRoutine()
1583 if (pp_frame != NULL) { in dataProcessRoutine()
1584 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
1585 free(pp_frame); in dataProcessRoutine()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraPostProc.cpp2160 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local
2162 if (NULL != pp_frame) { in dataProcessRoutine()
2166 pme->syncStreamParams(pp_frame, NULL); in dataProcessRoutine()
2170 pp_job->src_frame = pp_frame; in dataProcessRoutine()
2190 if (pp_frame != NULL) { in dataProcessRoutine()
2191 pme->releaseSuperBuf(pp_frame); in dataProcessRoutine()
2192 free(pp_frame); in dataProcessRoutine()