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 - 2
of
2
) sorted by null
/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
...]
/hardware/qcom/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
...]
Completed in 263 milliseconds