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

/hardware/samsung_slsi/exynos5/include/
H A Dswconverter.h72 * @param src_size
79 unsigned int src_size);
93 * @param src_size
100 unsigned int src_size);
354 * @param src_size
361 unsigned int src_size);
375 * @param src_size
382 unsigned int src_size);
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_interleave_memcpy_neon.s39 * @param src_size
40 * src_size or src1
53 @r3 src_size
H A Dswconvertor.c83 * @param src_size
90 unsigned int src_size)
93 for(i=0; i<src_size/2; i++) {
111 * @param src_size
118 unsigned int src_size)
121 for(i=0; i<src_size; i++) {
86 csc_deinterleave_memcpy( unsigned char *dest1, unsigned char *dest2, unsigned char *src, unsigned int src_size) argument
114 csc_interleave_memcpy( unsigned char *dest, unsigned char *src1, unsigned char *src2, unsigned int src_size) argument
/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/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9082 unsigned int src_size = 0, destination_size = 0; local
9103 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9108 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9110 DEBUG_PRINT_ERROR("\nERROR: Size mismatch in C2D src_size %d"
9112 src_size,omx->drv_ctx.op_buf.buffer_size,destination_size);
/hardware/qcom/media/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.cpp8166 unsigned int src_size = 0, destination_size = 0; local
8188 status = c2d.get_buffer_size(C2D_INPUT,src_size);
8193 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
8195 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
8197 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.cpp9582 unsigned int src_size = 0, destination_size = 0; local
9604 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9609 if (!src_size || src_size > omx->drv_ctx.op_buf.buffer_size ||
9611 DEBUG_PRINT_ERROR("ERROR: Size mismatch in C2D src_size %d"
9613 src_size,omx->drv_ctx.op_buf.buffer_size,destination_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 1346 milliseconds