Searched refs:nAllowedPictureTypes (Results 1 – 6 of 6) sorted by relevance
519 OMX_U32 nAllowedPictureTypes; member687 OMX_U32 nAllowedPictureTypes; member911 OMX_U32 nAllowedPictureTypes; member
344 …ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoMpeg4.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX… in ConstructComponent()354 …ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoH263.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_… in ConstructComponent()1074 … (0 == (H263Param->nAllowedPictureTypes & (OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP))) || in ComponentInit()
383 if (0 == (aEncodeMpeg4Param.nAllowedPictureTypes & in Mp4EncInit()389 if (OMX_VIDEO_PictureTypeI == aEncodeMpeg4Param.nAllowedPictureTypes) // I-only in Mp4EncInit()
297 …ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->VideoAvc.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_V… in ConstructComponent()1018 (0 == (pAvcParam->nAllowedPictureTypes & in ComponentInit()
386 if (OMX_VIDEO_PictureTypeI == aEncodeAvcParam.nAllowedPictureTypes) // I-only in AvcEncInit()
2519 Mpeg4Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP; in SetMP4EncoderParameters()2530 Mpeg4Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI; // maps to only supporting I-frames in SetMP4EncoderParameters()2785 H263Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP; in SetH263EncoderParameters()2793 H263Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI; // maps to only supporting I-frames in SetH263EncoderParameters()2987 H264Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI | OMX_VIDEO_PictureTypeP; in SetH264EncoderParameters()2995 H264Type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI; // maps to only supporting I-frames in SetH264EncoderParameters()