HomeSort by relevance Sort by last modified time
    Searched full:i_img_ptr (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap4-aah/camera/
NV12_resize.cpp 42 structConvImage* i_img_ptr, /* Points to the input 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");
68 CAMHAL_LOGV("************************(i_img_ptr->width == %d" , i_img_ptr->uWidth );
69 CAMHAL_LOGV("************************(i_img_ptr->uHeight == %d" , i_img_ptr->uHeight );
75 if ( !i_img_ptr || !i_img_ptr->imgPtr || !o_img_ptr || !o_img_ptr->imgPtr )
    [all...]
Encoder_libjpeg.cpp 232 structConvImage o_img_ptr, i_img_ptr; local
239 i_img_ptr.uWidth = params->in_width;
240 i_img_ptr.uStride = i_img_ptr.uWidth;
241 i_img_ptr.uHeight = params->in_height;
242 i_img_ptr.eFormat = IC_FORMAT_YCbCr420_lp;
243 i_img_ptr.imgPtr = (uint8_t*) params->src;
244 i_img_ptr.clrPtr = i_img_ptr.imgPtr + (i_img_ptr.uWidth * i_img_ptr.uHeight)
    [all...]
  /hardware/ti/omap4xxx/camera/
NV12_resize.c 28 structConvImage* i_img_ptr, /* Points to the input 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");
59 ALOGV("************************(i_img_ptr->width == %d" , i_img_ptr->uWidth );
60 ALOGV("************************(i_img_ptr->uHeight == %d" , i_img_ptr->uHeight );
66 if (!i_img_ptr || !i_img_ptr->imgPtr |
    [all...]
Encoder_libjpeg.cpp 177 structConvImage o_img_ptr, i_img_ptr; local
184 i_img_ptr.uWidth = params->in_width;
185 i_img_ptr.uStride = i_img_ptr.uWidth;
186 i_img_ptr.uHeight = params->in_height;
187 i_img_ptr.eFormat = IC_FORMAT_YCbCr420_lp;
188 i_img_ptr.imgPtr = (uint8_t*) params->src;
189 i_img_ptr.clrPtr = i_img_ptr.imgPtr + (i_img_ptr.uWidth * i_img_ptr.uHeight)
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
NV12_resize.h 129 structConvImage* i_img_ptr, /* Points to the input image */
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 138 structConvImage* i_img_ptr, /* Points to the input image */

Completed in 601 milliseconds