Searched refs:nAllowedPictureTypes (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Video.h500 * nAllowedPictureTypes : Specifies the picture types allowed in the
520 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_H263TYPE
667 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
688 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
869 * nAllowedPictureTypes : Specifies the picture types allowed in the
912 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp363 h263type->nAllowedPictureTypes =
386 mpeg4type->nAllowedPictureTypes =
557 (h263type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
579 (mpeg4type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp500 avcParams->nAllowedPictureTypes =
665 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
/frameworks/av/media/libstagefright/
H A DACodec.cpp1681 mpeg4type.nAllowedPictureTypes =
1686 mpeg4type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1758 h263type.nAllowedPictureTypes =
1763 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1834 h264type.nAllowedPictureTypes =
1868 h264type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1881 h264type.nAllowedPictureTypes |= OMX_VIDEO_PictureTypeB;
H A DOMXCodec.cpp1011 h263type.nAllowedPictureTypes =
1016 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1062 mpeg4type.nAllowedPictureTypes =
1067 mpeg4type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1111 h264type.nAllowedPictureTypes =
1137 h264type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1150 h264type.nAllowedPictureTypes |= OMX_VIDEO_PictureTypeB;

Completed in 63 milliseconds