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

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp653 OMX_VIDEO_PARAM_AVCTYPE *avcType = local
656 if (avcType->nPortIndex != 1) {
661 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
662 avcType->nRefFrames != 1 ||
663 avcType->nBFrames != 0 ||
664 avcType->bUseHadamard != OMX_TRUE ||
665 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
666 avcType->nRefIdx10ActiveMinus1 != 0 ||
667 avcType->nRefIdx11ActiveMinus1 != 0 ||
668 avcType
[all...]

Completed in 63 milliseconds