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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp244 h263type->nAllowedPictureTypes =
267 mpeg4type->nAllowedPictureTypes =
315 (h263type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
337 (mpeg4type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
/frameworks/native/include/media/openmax/
H A DOMX_Video.h502 * nAllowedPictureTypes : Specifies the picture types allowed in the
522 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_H263TYPE
669 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
690 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_MPEG4TYPE
872 * nAllowedPictureTypes : Specifies the picture types allowed in the
915 OMX_U32 nAllowedPictureTypes; member in struct:OMX_VIDEO_PARAM_AVCTYPE
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp394 avcParams->nAllowedPictureTypes =
445 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1115 h263type.nAllowedPictureTypes =
1120 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1166 mpeg4type.nAllowedPictureTypes =
1171 mpeg4type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1215 h264type.nAllowedPictureTypes =
1241 h264type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1254 h264type.nAllowedPictureTypes |= OMX_VIDEO_PictureTypeB;
H A DACodec.cpp2650 mpeg4type.nAllowedPictureTypes =
2655 mpeg4type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
2727 h263type.nAllowedPictureTypes =
2732 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
2866 h264type.nAllowedPictureTypes =
2900 h264type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
2913 h264type.nAllowedPictureTypes |= OMX_VIDEO_PictureTypeB;

Completed in 809 milliseconds