Searched defs:jpeg_job_data (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp916 * @jpeg_job_data : ptr to a struct saving job related information
924 int32_t QCameraPostProcessor::encodeData(qcamera_jpeg_data_t *jpeg_job_data, argument
935 mm_camera_super_buf_t *recvd_frame = jpeg_job_data->src_frame;
1090 for (int i = 0; i < jpeg_job_data->src_frame->num_bufs; i++) {
1092 if (jpeg_job_data->src_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
1093 meta_frame = jpeg_job_data->src_frame->bufs[i];
1097 if (meta_frame == NULL && jpeg_job_data->src_reproc_frame != NULL) {
1099 for (int i = 0; i < jpeg_job_data->src_reproc_frame->num_bufs; i++) {
1100 if (jpeg_job_data->src_reproc_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
1101 meta_frame = jpeg_job_data
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp758 * @jpeg_job_data : ptr to a struct saving job related information
766 int32_t QCamera3PostProcessor::encodeData(qcamera_jpeg_data_t *jpeg_job_data, argument
781 if( jpeg_job_data-> aux_frame )
782 recvd_frame = jpeg_job_data->aux_frame;
784 recvd_frame = jpeg_job_data->src_frame;
801 QCamera3Channel *auxChannel = jpeg_job_data->aux_channel;
962 if(jpeg_job_data->src_frame) {
963 for (int i = 0; i < jpeg_job_data->src_frame->num_bufs; i++) {
965 if (jpeg_job_data->src_frame->bufs[i]->stream_type == CAM_STREAM_TYPE_METADATA) {
966 meta_frame = jpeg_job_data
[all...]

Completed in 2151 milliseconds