Searched refs:o_img_ptr (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DNV12_resize.cpp43 structConvImage* o_img_ptr, /* Points to the output image */
65 if ( i_img_ptr->uWidth == o_img_ptr->uWidth ) {
66 if ( i_img_ptr->uHeight == o_img_ptr->uHeight ) {
67 CAMHAL_LOGV("************************f(i_img_ptr->uHeight == o_img_ptr->uHeight) are same *********************\n");
70 CAMHAL_LOGV("************************(o_img_ptr->width == %d" ,o_img_ptr->uWidth );
71 CAMHAL_LOGV("************************(o_img_ptr->uHeight == %d" , o_img_ptr->uHeight );
75 if ( !i_img_ptr || !i_img_ptr->imgPtr || !o_img_ptr || !o_img_ptr
41 VT_resizeFrame_Video_opt2_lp( structConvImage* i_img_ptr, structConvImage* o_img_ptr, IC_rect_type* cropout, mmUint16 dummy ) argument
[all...]
H A DEncoder_libjpeg.cpp232 structConvImage o_img_ptr, i_img_ptr; local
248 o_img_ptr.uWidth = params->out_width;
249 o_img_ptr.uStride = o_img_ptr.uWidth;
250 o_img_ptr.uHeight = params->out_height;
251 o_img_ptr.eFormat = IC_FORMAT_YCbCr420_lp;
252 o_img_ptr.imgPtr = dst_buffer;
253 o_img_ptr.clrPtr = o_img_ptr.imgPtr + (o_img_ptr
[all...]
/hardware/ti/omap4xxx/camera/
H A DNV12_resize.c29 structConvImage* o_img_ptr, /* Points to the output image */
54 if(i_img_ptr->uWidth == o_img_ptr->uWidth)
56 if(i_img_ptr->uHeight == o_img_ptr->uHeight)
58 ALOGV("************************f(i_img_ptr->uHeight == o_img_ptr->uHeight) are same *********************\n");
61 ALOGV("************************(o_img_ptr->width == %d" ,o_img_ptr->uWidth );
62 ALOGV("************************(o_img_ptr->uHeight == %d" , o_img_ptr->uHeight );
67 !o_img_ptr || !o_img_ptr
26 VT_resizeFrame_Video_opt2_lp( structConvImage* i_img_ptr, structConvImage* o_img_ptr, IC_rect_type* cropout, mmUint16 dummy ) argument
[all...]
H A DEncoder_libjpeg.cpp177 structConvImage o_img_ptr, i_img_ptr; local
192 o_img_ptr.uWidth = params->out_width;
193 o_img_ptr.uStride = o_img_ptr.uWidth;
194 o_img_ptr.uHeight = params->out_height;
195 o_img_ptr.eFormat = IC_FORMAT_YCbCr420_lp;
196 o_img_ptr.imgPtr = dst_buffer;
197 o_img_ptr.clrPtr = o_img_ptr.imgPtr + (o_img_ptr
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DNV12_resize.h130 structConvImage* o_img_ptr, /* Points to the output image */
/hardware/ti/omap4xxx/camera/inc/
H A DNV12_resize.h139 structConvImage* o_img_ptr, /* Points to the output image */

Completed in 88 milliseconds