Searched refs:TWOmxBufferSource (Results 1 – 8 of 8) sorted by relevance
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource() function in android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource74 Return<void> TWOmxBufferSource::onOmxExecuting() { in onOmxExecuting()79 Return<void> TWOmxBufferSource::onOmxIdle() { in onOmxIdle()84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded()89 Return<void> TWOmxBufferSource::onInputBufferAdded(uint32_t buffer) { in onInputBufferAdded()94 Return<void> TWOmxBufferSource::onInputBufferEmptied( in onInputBufferEmptied()
86 struct TWGraphicBufferSource::TWOmxBufferSource : public IOmxBufferSource { struct in android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource89 TWOmxBufferSource(const sp<OmxGraphicBufferSource> &source): mSource(source) { in TWOmxBufferSource() argument125 mOmxBufferSource(new TWOmxBufferSource(base)) { in TWGraphicBufferSource()
140 new TWOmxBufferSource(bufferSource))); in setInputSurface()
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource() function in android::hardware::media::omx::V1_0::utils::TWOmxBufferSource74 Return<void> TWOmxBufferSource::onOmxExecuting() { in onOmxExecuting()79 Return<void> TWOmxBufferSource::onOmxIdle() { in onOmxIdle()84 Return<void> TWOmxBufferSource::onOmxLoaded() { in onOmxLoaded()89 Return<void> TWOmxBufferSource::onInputBufferAdded(uint32_t buffer) { in onInputBufferAdded()94 Return<void> TWOmxBufferSource::onInputBufferEmptied( in onInputBufferEmptied()
137 new TWOmxBufferSource(bufferSource))); in setInputSurface()
71 struct TWOmxBufferSource : public IOmxBufferSource { struct73 TWOmxBufferSource(sp<IOMXBufferSource> const& base); argument
67 struct TWOmxBufferSource;