OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:video_def
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
OMXCodec.cpp
810
OMX_VIDEO_PORTDEFINITIONTYPE *
video_def
= &def.format.video;
local
829
video_def
->nFrameWidth = width;
830
video_def
->nFrameHeight = height;
831
video_def
->nStride = stride;
832
video_def
->nSliceHeight = sliceHeight;
833
video_def
->xFramerate = (frameRate << 16); // Q16 format
834
video_def
->eCompressionFormat = OMX_VIDEO_CodingUnused;
835
video_def
->eColorFormat = colorFormat;
854
video_def
->nFrameWidth = width;
855
video_def
->nFrameHeight = height
1258
OMX_VIDEO_PORTDEFINITIONTYPE *
video_def
= &def.format.video;
local
4433
OMX_VIDEO_PORTDEFINITIONTYPE *
video_def
= &def.format.video;
local
[
all
...]
ACodec.cpp
1815
OMX_VIDEO_PORTDEFINITIONTYPE *
video_def
= &def.format.video;
local
2359
OMX_VIDEO_PORTDEFINITIONTYPE *
video_def
= &def.format.video;
local
[
all
...]
Completed in 323 milliseconds