Home
last modified time | relevance | path

Searched refs:omxRes (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.c519 OMXResult omxRes; in DecodeResidual() local
535 omxRes = omxVCM4P10_DecodeCoeffsToPairCAVLC( in DecodeResidual()
543 omxRes = armVCM4P10_DecodeCoeffsToPair( in DecodeResidual()
551 if (omxRes != OMX_Sts_NoErr) in DecodeResidual()
571 omxRes = omxVCM4P10_DecodeCoeffsToPairCAVLC( in DecodeResidual()
579 omxRes = armVCM4P10_DecodeCoeffsToPair( in DecodeResidual()
591 omxRes = omxVCM4P10_DecodeCoeffsToPairCAVLC( in DecodeResidual()
599 omxRes = armVCM4P10_DecodeCoeffsToPair( in DecodeResidual()
608 if (omxRes != OMX_Sts_NoErr) in DecodeResidual()
621 omxRes = omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( in DecodeResidual()
[all …]
Dh264bsd_intra_prediction.c213 OMXResult omxRes; in h264bsdIntra16x16Prediction() local
234 omxRes = omxVCM4P10_PredictIntra_16x16( (ptr-1), in h264bsdIntra16x16Prediction()
244 if (omxRes != OMX_Sts_NoErr) in h264bsdIntra16x16Prediction()
273 OMXResult omxRes; in h264bsdIntra4x4Prediction() local
345 omxRes = omxVCM4P10_PredictIntra_4x4( l, in h264bsdIntra4x4Prediction()
356 if (omxRes != OMX_Sts_NoErr) in h264bsdIntra4x4Prediction()
379 OMXResult omxRes; in h264bsdIntraChromaPrediction() local
405 omxRes = omxVCM4P10_PredictIntraChroma_8x8( (ptr-1), in h264bsdIntraChromaPrediction()
416 if (omxRes != OMX_Sts_NoErr) in h264bsdIntraChromaPrediction()
423 omxRes = omxVCM4P10_PredictIntraChroma_8x8( (ptr-1), in h264bsdIntraChromaPrediction()
[all …]