Home
last modified time | relevance | path

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

/frameworks/av/libvideoeditor/lvpp/
DVideoEditorSRC.cpp113 MediaBuffer **buffer_out, const ReadOptions *options) { in read() argument
115 *buffer_out = NULL; in read()
154 return read(buffer_out, NULL); in read()
175 *buffer_out = outBuffer; in read()
186 return read(buffer_out, NULL); in read()
192 *buffer_out = NULL; in read()
195 *buffer_out = aBuffer; in read()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp147 status_t VideoEditorVideoDecoderSource::read(MediaBuffer** buffer_out, in read() argument
189 *buffer_out = NULL; in read()
205 *buffer_out = NULL; in read()
229 *buffer_out = mBuffer; in read()