Searched refs:structConvImage (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap4-aah/camera/inc/ |
D | NV12_resize.h | 104 } structConvImage; typedef 129 structConvImage* i_img_ptr, /* Points to the input image */ 130 structConvImage* o_img_ptr, /* Points to the output image */
|
/hardware/ti/omap4xxx/camera/inc/ |
D | NV12_resize.h | 111 } structConvImage; typedef 138 structConvImage* i_img_ptr, /* Points to the input image */ 139 structConvImage* o_img_ptr, /* Points to the output image */
|
/hardware/ti/omap4xxx/camera/ |
D | NV12_resize.c | 28 structConvImage* i_img_ptr, /* Points to the input image */ in VT_resizeFrame_Video_opt2_lp() 29 structConvImage* o_img_ptr, /* Points to the output image */ in VT_resizeFrame_Video_opt2_lp()
|
D | Encoder_libjpeg.cpp | 177 structConvImage o_img_ptr, i_img_ptr; in resize_nv12()
|
D | AppCallbackNotifier.cpp | 1064 structConvImage input = {frame->mWidth, in notifyFrame() 1072 structConvImage output = {mVideoWidth, in notifyFrame()
|
/hardware/ti/omap4-aah/camera/ |
D | NV12_resize.cpp | 42 structConvImage* i_img_ptr, /* Points to the input image */ in VT_resizeFrame_Video_opt2_lp() 43 structConvImage* o_img_ptr, /* Points to the output image */ in VT_resizeFrame_Video_opt2_lp()
|
D | Encoder_libjpeg.cpp | 232 structConvImage o_img_ptr, i_img_ptr; in resize_nv12()
|
D | AppCallbackNotifier.cpp | 1139 structConvImage input = {frame->mWidth, in notifyFrame() 1147 structConvImage output = {mVideoWidth, in notifyFrame()
|