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

/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c252 } while(returnCode != (VO_ERR_INPUT_BUFFER_SMALL));
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoIndex.h157 #define VO_ERR_INPUT_BUFFER_SMALL 0x80000005 macro
168 #define VO_ERR_INPUT_BUFFER_SMALL 0x8xxx0005
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c230 } while(returnCode != VO_ERR_INPUT_BUFFER_SMALL);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp318 } while (ret != VO_ERR_INPUT_BUFFER_SMALL);
H A DSoftAACEncoder.cpp522 } while (ret != VO_ERR_INPUT_BUFFER_SMALL);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c206 * VO_ERR_INPUT_BUFFER_SMALL. The input was finished or the input data was not enought.
239 return VO_ERR_INPUT_BUFFER_SMALL;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp422 CHECK(ret == VO_ERR_NONE || ret == VO_ERR_INPUT_BUFFER_SMALL);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1750 return VO_ERR_INPUT_BUFFER_SMALL;

Completed in 78 milliseconds