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

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp433 OMX_VIDEO_PARAM_AVCTYPE *avcType = local
436 if (avcType->nPortIndex != 1) {
441 if (avcType->eProfile != OMX_VIDEO_AVCProfileBaseline ||
442 avcType->nRefFrames != 1 ||
443 avcType->nBFrames != 0 ||
444 avcType->bUseHadamard != OMX_TRUE ||
445 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
446 avcType->nRefIdx10ActiveMinus1 != 0 ||
447 avcType->nRefIdx11ActiveMinus1 != 0 ||
448 avcType
[all...]

Completed in 79 milliseconds