Searched defs:TWOmxBufferSource (Results 1 – 5 of 5) sorted by relevance
75 struct TWGraphicBufferSource::TWOmxBufferSource : public IOmxBufferSource { struct in android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource76 sp<GraphicBufferSource> mSource;78 TWOmxBufferSource(const sp<GraphicBufferSource> &source): mSource(source) { in TWOmxBufferSource() function81 Return<void> onOmxExecuting() override { in onOmxExecuting()86 Return<void> onOmxIdle() override { in onOmxIdle()91 Return<void> onOmxLoaded() override { in onOmxLoaded()96 Return<void> onInputBufferAdded(uint32_t bufferId) override { in onInputBufferAdded()101 Return<void> onInputBufferEmptied( in onInputBufferEmptied()
71 struct TWOmxBufferSource : public IOmxBufferSource { struct73 TWOmxBufferSource(sp<IOMXBufferSource> const& base); argument
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource() function in android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource() function in android::hardware::media::omx::V1_0::utils::TWOmxBufferSource