OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VLC_ERROR_DETECTED
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.h
81
#define
VLC_ERROR_DETECTED
(x) ((x) < 0)
combined_decode.cpp
403
if (
VLC_ERROR_DETECTED
(MCBPC))
636
if (
VLC_ERROR_DETECTED
(ncoeffs[comp]))
675
if (
VLC_ERROR_DETECTED
(ncoeffs[comp])) return PV_FAIL;
705
if (
VLC_ERROR_DETECTED
(ncoeffs[4])) return PV_FAIL;
729
if (
VLC_ERROR_DETECTED
(ncoeffs[5])) return PV_FAIL;
757
if (
VLC_ERROR_DETECTED
(ncoeffs[comp])) return PV_FAIL;
783
if (
VLC_ERROR_DETECTED
(ncoeffs[4])) return PV_FAIL;
807
if (
VLC_ERROR_DETECTED
(ncoeffs[5])) return PV_FAIL;
datapart_decode.cpp
171
if (!
VLC_ERROR_DETECTED
(MCBPC))
602
if (
VLC_ERROR_DETECTED
(MCBPC))
687
if (
VLC_ERROR_DETECTED
(ncoeffs[comp])) /* */
727
if (
VLC_ERROR_DETECTED
(ncoeffs[comp]))
752
if (
VLC_ERROR_DETECTED
(ncoeffs[4]))
772
if (
VLC_ERROR_DETECTED
(ncoeffs[5]))
Completed in 1358 milliseconds