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
275
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
278
if (!isValidOMXParam(
mpeg4type
)) {
282
if (
mpeg4type
->nPortIndex != 1) {
286
mpeg4type
->eProfile = OMX_VIDEO_MPEG4ProfileCore;
287
mpeg4type
->eLevel = OMX_VIDEO_MPEG4Level2;
288
mpeg4type
->nAllowedPictureTypes =
290
mpeg4type
->nBFrames = 0;
291
mpeg4type
->nIDCVLCThreshold = 0;
292
mpeg4type
->bACPred = OMX_TRUE;
293
mpeg4type
->nMaxPacketSize = 256
357
OMX_VIDEO_PARAM_MPEG4TYPE *
mpeg4type
=
local
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
3837
OMX_VIDEO_PARAM_MPEG4TYPE
mpeg4type
;
local
[
all
...]
Completed in 150 milliseconds