OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omxRes
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c
519
OMXResult
omxRes
;
535
omxRes
= omxVCM4P10_DecodeCoeffsToPairCAVLC(
543
omxRes
= armVCM4P10_DecodeCoeffsToPair(
551
if (
omxRes
!= OMX_Sts_NoErr)
571
omxRes
= omxVCM4P10_DecodeCoeffsToPairCAVLC(
579
omxRes
= armVCM4P10_DecodeCoeffsToPair(
591
omxRes
= omxVCM4P10_DecodeCoeffsToPairCAVLC(
599
omxRes
= armVCM4P10_DecodeCoeffsToPair(
608
if (
omxRes
!= OMX_Sts_NoErr)
621
omxRes
= omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC
[
all
...]
h264bsd_intra_prediction.c
213
OMXResult
omxRes
;
234
omxRes
= omxVCM4P10_PredictIntra_16x16( (ptr-1),
244
if (
omxRes
!= OMX_Sts_NoErr)
273
OMXResult
omxRes
;
345
omxRes
= omxVCM4P10_PredictIntra_4x4( l,
356
if (
omxRes
!= OMX_Sts_NoErr)
379
OMXResult
omxRes
;
405
omxRes
= omxVCM4P10_PredictIntraChroma_8x8( (ptr-1),
416
if (
omxRes
!= OMX_Sts_NoErr)
423
omxRes
= omxVCM4P10_PredictIntraChroma_8x8( (ptr-1)
[
all
...]
Completed in 202 milliseconds