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

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp641 OMX_VIDEO_PARAM_AVCTYPE *avcType = local
644 if (avcType->nPortIndex != 1) {
649 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
650 avcType->nRefFrames != 1 ||
651 avcType->nBFrames != 0 ||
652 avcType->bUseHadamard != OMX_TRUE ||
653 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
654 avcType->nRefIdx10ActiveMinus1 != 0 ||
655 avcType->nRefIdx11ActiveMinus1 != 0 ||
656 avcType
[all...]

Completed in 58 milliseconds