Searched refs:pp_frame (Results 1 – 6 of 6) sorted by relevance
1012 mm_camera_super_buf_t *pp_frame = NULL; in dataProcessRoutine() local1119 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()
1090 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local1092 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()
1345 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local1347 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()
1534 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local1545 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()
2160 mm_camera_super_buf_t *pp_frame = in dataProcessRoutine() local2162 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()