Searched defs:onInputBufferEmptied (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxBufferSource.cpp52 ::android::binder::Status LWOmxBufferSource::onInputBufferEmptied( function in class:android::hardware::media::omx::V1_0::utils::LWOmxBufferSource
62 mBase->onInputBufferEmptied(
94 Return<void> TWOmxBufferSource::onInputBufferEmptied( function in class:android::hardware::media::omx::V1_0::utils::TWOmxBufferSource
100 mBase->onInputBufferEmptied(int32_t(buffer), fenceParcelable);
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxBufferSource.cpp52 ::android::binder::Status LWOmxBufferSource::onInputBufferEmptied( function in class:android::hardware::media::omx::V1_0::implementation::LWOmxBufferSource
62 mBase->onInputBufferEmptied(
94 Return<void> TWOmxBufferSource::onInputBufferEmptied( function in class:android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource
100 mBase->onInputBufferEmptied(int32_t(buffer), fenceParcelable);
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp437 Status GraphicBufferSource::onInputBufferEmptied(codec_buffer_id bufferId, int fenceFd) { function in class:android::GraphicBufferSource
444 ALOGE("onInputBufferEmptied: buffer not recognized (bufferId=%u)", bufferId);
460 ALOGE("onInputBufferEmptied: non-EOS null buffer (bufferId=%u)", bufferId);
462 ALOGV("onInputBufferEmptied: EOS null buffer (bufferId=%u@%zd)", bufferId, cbi);
470 ALOGV("onInputBufferEmptied: no longer executing (bufferId=%u@%zd)", bufferId, cbi);
474 ALOGV("onInputBufferEmptied: bufferId=%d@%zd [slot=%d, useCount=%ld, handle=%p] acquired=%d",
485 ALOGV("onInputBufferEmptied: buffer freed, feeding codec (available=%zu+%d, eos=%d)",
491 ALOGV("onInputBufferEmptied: buffer freed, submitting EOS");
495 ALOGV("onInputBufferEmptied: completing deferred repeatLatestBuffer_l %s",

Completed in 379 milliseconds