Searched defs:TWOmxBufferSource (Results 1 – 5 of 5) sorted by relevance
86 struct TWGraphicBufferSource::TWOmxBufferSource : public IOmxBufferSource { struct in android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource87 sp<OmxGraphicBufferSource> mSource;89 TWOmxBufferSource(const sp<OmxGraphicBufferSource> &source): mSource(source) { in TWOmxBufferSource() function92 Return<void> onOmxExecuting() override { in onOmxExecuting()97 Return<void> onOmxIdle() override { in onOmxIdle()102 Return<void> onOmxLoaded() override { in onOmxLoaded()107 Return<void> onInputBufferAdded(uint32_t bufferId) override { in onInputBufferAdded()112 Return<void> onInputBufferEmptied( in onInputBufferEmptied()
70 TWOmxBufferSource::TWOmxBufferSource(sp<IOMXBufferSource> const& base) : in TWOmxBufferSource() function in android::hardware::media::omx::V1_0::implementation::TWOmxBufferSource
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::utils::TWOmxBufferSource