Searched refs:FILL_BUFFER_DONE (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DIOMX.h200 FILL_BUFFER_DONE, enumerator in enum:android::omx_message::__anon43
205 int fenceFd; // used for EMPTY_BUFFER_DONE and FILL_BUFFER_DONE; client must close this
220 // if type == FILL_BUFFER_DONE
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp521 msg.type = omx_message::FILL_BUFFER_DONE;
H A DOMXNodeInstance.cpp1384 if (msg.type == omx_message::FILL_BUFFER_DONE) {
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp101 case omx_message::FILL_BUFFER_DONE:
/frameworks/av/media/libstagefright/
H A DACodec.cpp164 case omx_message::FILL_BUFFER_DONE:
4696 case omx_message::FILL_BUFFER_DONE:
H A DOMXCodec.cpp1720 // Fail deferred MediaBuffer creation until FILL_BUFFER_DONE;
2083 case omx_message::FILL_BUFFER_DONE:
2088 CODEC_LOGV("FILL_BUFFER_DONE(buffer: %u, size: %u, flags: 0x%08x, timestamp: %lld us (%.2f secs))",
2106 "a FILL_BUFFER_DONE.", buffer);
2137 "advertised size in FILL_BUFFER_DONE!");

Completed in 244 milliseconds