Lines Matching refs:fwk_frame
516 jpeg_job->fwk_frame = frame; in processData()
863 if (NULL != job->fwk_frame) { in releaseJpegJobData()
864 free(job->fwk_frame); in releaseJpegJobData()
865 job->fwk_frame = NULL; in releaseJpegJobData()
970 recvd_frame = jpeg_job_data->fwk_frame; in encodeFWKData()
1471 if (jpeg_job->fwk_frame) { in dataProcessRoutine()
1488 qcamera_fwk_input_pp_data_t *fwk_frame = in dataProcessRoutine() local
1490 if (NULL != fwk_frame) { in dataProcessRoutine()
1499 if (NO_ERROR != pme->m_pReprocChannel->extractCrop(fwk_frame)) { in dataProcessRoutine()
1503 pp_job->fwk_src_frame = fwk_frame; in dataProcessRoutine()
1505 ret = pme->m_pReprocChannel->doReprocessOffline(fwk_frame); in dataProcessRoutine()
1525 if (fwk_frame != NULL) { in dataProcessRoutine()
1526 free(fwk_frame); in dataProcessRoutine()
1553 qcamera_fwk_input_pp_data_t fwk_frame; in dataProcessRoutine() local
1554 memset(&fwk_frame, 0, sizeof(qcamera_fwk_input_pp_data_t)); in dataProcessRoutine()
1558 fwk_frame); in dataProcessRoutine()
1562 &fwk_frame); in dataProcessRoutine()
1620 qcamera_fwk_input_pp_data_t *fwk_frame = in dataProcessRoutine() local
1622 if (NULL != fwk_frame) { in dataProcessRoutine()
1623 free(fwk_frame); in dataProcessRoutine()