OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpeg4type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
350
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
353
if (
mpeg4type
->nPortIndex != 1) {
357
mpeg4type
->eProfile = OMX_VIDEO_MPEG4ProfileCore;
358
mpeg4type
->eLevel = OMX_VIDEO_MPEG4Level2;
359
mpeg4type
->nAllowedPictureTypes =
361
mpeg4type
->nBFrames = 0;
362
mpeg4type
->nIDCVLCThreshold = 0;
363
mpeg4type
->bACPred = OMX_TRUE;
364
mpeg4type
->nMaxPacketSize = 256;
365
mpeg4type
->nTimeIncRes = 1000
554
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
[
all
...]
/frameworks/av/media/libstagefright/
OMXCodec.cpp
1152
OMX_VIDEO_PARAM_MPEG4TYPE
mpeg4type
;
local
[
all
...]
ACodec.cpp
2386
OMX_VIDEO_PARAM_MPEG4TYPE
mpeg4type
;
local
[
all
...]
Completed in 95 milliseconds