OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpeg4type
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
263
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
266
if (!isValidOMXParam(
mpeg4type
)) {
270
if (
mpeg4type
->nPortIndex != 1) {
274
mpeg4type
->eProfile = OMX_VIDEO_MPEG4ProfileCore;
275
mpeg4type
->eLevel = OMX_VIDEO_MPEG4Level2;
276
mpeg4type
->nAllowedPictureTypes =
278
mpeg4type
->nBFrames = 0;
279
mpeg4type
->nIDCVLCThreshold = 0;
280
mpeg4type
->bACPred = OMX_TRUE;
281
mpeg4type
->nMaxPacketSize = 256
345
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
4141
OMX_VIDEO_PARAM_MPEG4TYPE
mpeg4type
;
local
[
all
...]
Completed in 183 milliseconds