OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rect_type
(Results
1 - 1
of
1
) sorted by null
/device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c
343
OMX_CONFIG_RECTTYPE
rect_type
;
local
358
memset(&
rect_type
, 0, sizeof(
rect_type
));
359
rect_type
.nWidth = CEILING2(src_buf->crop.width);
360
rect_type
.nHeight = CEILING2(src_buf->crop.width);
361
rect_type
.nLeft = src_buf->crop.offset_x;
362
rect_type
.nTop = src_buf->crop.offset_y;
363
rect_type
.nPortIndex = OUTPUT_PORT;
364
OMX_SetConfig(my_obj->omx_handle, OMX_IndexConfigCommonInputCrop, &
rect_type
);
367
memset(&
rect_type
, 0, sizeof(rect_type))
[
all
...]
Completed in 77 milliseconds