Home
last modified time | relevance | path

Searched refs:VO_ERR_LICENSE_ERROR (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/common/include/
DvoIndex.h161 #define VO_ERR_LICENSE_ERROR 0x80000009 macro
/frameworks/av/media/codecs/amrwb/enc/SampleCode/
DAMRWB_E_SAMPLE.c229 else if((unsigned)returnCode == VO_ERR_LICENSE_ERROR) in encode()
/frameworks/av/media/codecs/amrwb/enc/test/
DAmrwbEncoderTest.cpp136 ASSERT_NE(status, VO_ERR_LICENSE_ERROR) << "Failed to encode the file"; in TEST_P()