OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rect_type_out
(Results
1 - 4
of
4
) sorted by null
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c
393
OMX_CONFIG_RECTTYPE rect_type_in,
rect_type_out
;
local
411
memset(&
rect_type_out
, 0, sizeof(
rect_type_out
));
413
rect_type_out
.nPortIndex = OUTPUT_PORT;
426
rect_type_out
.nWidth = src_buf->out_dim.width;
427
rect_type_out
.nHeight = src_buf->out_dim.height;
437
OMX_SetConfig(my_obj->omx_handle, OMX_IndexConfigCommonOutputCrop, &
rect_type_out
);
439
rect_type_out
.nWidth,
rect_type_out
.nHeight,
440
rect_type_out
.nPortIndex)
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
927
OMX_CONFIG_RECTTYPE rect_type_in,
rect_type_out
;
local
950
memset(&
rect_type_out
, 0, sizeof(
rect_type_out
));
952
rect_type_out
.nPortIndex = 0;
965
rect_type_out
.nWidth = dim->dst_dim.width;
966
rect_type_out
.nHeight = dim->dst_dim.height;
984
&
rect_type_out
);
991
(int)
rect_type_out
.nWidth, (int)
rect_type_out
.nHeight,
992
(int)
rect_type_out
.nPortIndex)
[
all
...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
1028
OMX_CONFIG_RECTTYPE rect_type_in,
rect_type_out
;
local
1051
memset(&
rect_type_out
, 0, sizeof(
rect_type_out
));
1053
rect_type_out
.nPortIndex = 0;
1066
rect_type_out
.nWidth = dim->dst_dim.width;
1067
rect_type_out
.nHeight = dim->dst_dim.height;
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
965
OMX_CONFIG_RECTTYPE rect_type_in,
rect_type_out
;
local
988
memset(&
rect_type_out
, 0, sizeof(
rect_type_out
));
990
rect_type_out
.nPortIndex = 0;
1003
rect_type_out
.nWidth = dim->dst_dim.width;
1004
rect_type_out
.nHeight = dim->dst_dim.height;
1022
&
rect_type_out
);
1029
(int)
rect_type_out
.nWidth, (int)
rect_type_out
.nHeight,
1030
(int)
rect_type_out
.nPortIndex)
[
all
...]
Completed in 292 milliseconds