OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i_img_ptr
(Results
1 - 3
of
3
) sorted by null
/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/omap4xxx/camera/inc/
NV12_resize.h
138
structConvImage*
i_img_ptr
, /* Points to the input image */
Completed in 78 milliseconds