Searched refs:src_size (Results 1 - 17 of 17) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DEncoder_libjpeg.h129 int src_size; member in struct:Ti::Camera::Encoder_libjpeg::params
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h113 int src_size; member in struct:android::Encoder_libjpeg::params
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp940 main_jpeg->src_size = frame->mLength;
970 tn_jpeg->src_size = mPreviewMemory->size / MAX_BUFFERS;
971 tn_jpeg->dst = (uint8_t*) malloc(tn_jpeg->src_size);
972 tn_jpeg->dst_size = tn_jpeg->src_size;
H A DEncoder_libjpeg.cpp384 (src == NULL) || (input->dst == NULL) || (input->quality < 1) || (input->src_size < 1) ||
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h158 uint32_t src_size; member in struct:fw_slice_header_extract_msg
/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp452 (src == NULL) || (input->dst == NULL) || (input->quality < 1) || (input->src_size < 1) ||
H A DAppCallbackNotifier.cpp1006 main_jpeg->src_size = frame->mLength;
1042 tn_jpeg->src_size = mPreviewMemory->size / MAX_BUFFERS;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9088 unsigned int src_size = 0, destination_size = 0; local
9109 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9114 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9116 DEBUG_PRINT_ERROR("\nERROR: Size mismatch in C2D src_size %d"
9118 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9338 unsigned int src_size = 0, destination_size = 0; local
9363 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9370 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9372 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
9374 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
H A Domx_vdec_hevc.cpp8170 unsigned int src_size = 0, destination_size = 0; local
8192 status = c2d.get_buffer_size(C2D_INPUT,src_size);
8197 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
8199 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
8201 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
H A Domx_vdec_hevc_swvdec.cpp9255 unsigned int src_size = 0, destination_size = 0; local
9277 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9282 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9284 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
9286 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
H A Domx_vdec_msm8974.cpp10146 unsigned int src_size = 0, destination_size = 0; local
10168 status = c2d.get_buffer_size(C2D_INPUT,src_size);
10173 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
10175 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
10177 src_size, (unsigned int)omx->drv_ctx.op_buf.buffer_size,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp8116 unsigned int src_size = 0, destination_size = 0; local
8138 status = c2d.get_buffer_size(C2D_INPUT,src_size);
8143 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
8145 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
8147 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
H A Domx_vdec_hevc_swvdec.cpp9457 unsigned int src_size = 0, destination_size = 0; local
9479 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9484 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9486 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
9488 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
H A Domx_vdec_v4l2.cpp10967 unsigned int src_size = 0, destination_size = 0; local
10989 status = c2d.get_buffer_size(C2D_INPUT,src_size);
10994 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
10996 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
10998 src_size, (unsigned int)omx->drv_ctx.op_buf.buffer_size,
/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c115 static IMG_UINT32 tng__get_buffer_size(IMG_UINT32 src_size)
117 return (src_size + 0x1000) & (~0xfff);
H A Dpnw_H264.c876 extract_msg->src_size = pic_param_buf->frame_size;

Completed in 1695 milliseconds