Home | History | Annotate | Download | only in camera

Lines Matching refs:o_img_ptr

29  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->imgPtr)
82 codx = o_img_ptr->uWidth;
83 cody = o_img_ptr->uHeight;
107 o_img_ptr->eFormat == IC_FORMAT_YCbCr420_lp)
109 ptr8 = (mmUchar*)o_img_ptr->imgPtr + cox + coy*o_img_ptr->uWidth;
181 ptr8 = ptr8 + (o_img_ptr->uStride - codx);
187 ptr8Cb = (mmUchar*)o_img_ptr->clrPtr + cox + coy*o_img_ptr->uWidth;
293 ptr8Cb = ptr8Cb + (o_img_ptr->uStride-codx);
294 ptr8Cr = ptr8Cr + (o_img_ptr->uStride-codx);