Home
last modified time | relevance | path

Searched refs:onWorkDone (Results 1 – 20 of 20) sorted by relevance

/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponentListener.hal28 * the component after onWorkDone() is called.
32 oneway onWorkDone(WorkBundle workBundle);
110 * earlier onWorkDone() call are assumed released, so they must not appear
114 * possible for an input buffer to be returned by onWorkDone() after it has
117 * @note onWorkDone() and onInputBuffersReleased() both notify the client
120 * onWorkDone() cannot be called, e.g., the component needs more input
H A DIComponent.hal50 * using the IComponentListener::onWorkDone() callback.
76 * via IComponentListener::onWorkDone(). This must be completed within
105 * IComponentListener::onWorkDone().
H A Dtypes.hal677 * IComponentListener::onWorkDone() shall be called to notify the listener,
739 * IComponentListener::onWorkDone(). A `WorkBundle` object consists of a list of
/aosp12/frameworks/av/media/codec2/components/cmds/
H A Dcodec2.cpp80 void onWorkDone(std::weak_ptr<C2Component> component,
121 mThis->onWorkDone(component, std::move(workItems)); in onWorkDone_nb()
174 void SimplePlayer::onWorkDone( in onWorkDone() function in __anonb1fe4e5b0110::SimplePlayer
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DPipelineWatcher.h95 void onWorkDone(uint64_t frameIndex);
H A DPipelineWatcher.cpp86 void PipelineWatcher::onWorkDone(uint64_t frameIndex) { in onWorkDone() function in android::PipelineWatcher
H A DCCodecBufferChannel.cpp339 watcher->onWorkDone(work->input.ordinal.frameIndex.peeku()); in queueInputBufferInternal()
1543 watcher->onWorkDone(frameIndex); in flush()
1550 watcher->onWorkDone(frameIndex); in flush()
1570 watcher->onWorkDone(frameIndex); in flush()
1589 void CCodecBufferChannel::onWorkDone( in onWorkDone() function in android::CCodecBufferChannel
1660 mPipelineWatcher.lock()->onWorkDone( in handleWork()
H A DCCodecBufferChannel.h162 void onWorkDone(
H A DCCodec.cpp571 virtual void onWorkDone( in onWorkDone() function
579 codec->onWorkDone(workItems); in onWorkDone()
2153 void CCodec::onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems) { in onWorkDone() function in android::CCodec
2338 mChannel->onWorkDone( in onMessageReceived()
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponentListener.hal27 oneway onWorkDone(WorkBundle workBundle);
H A DIComponent.hal44 * using the onWorkDone() callback.
70 * the onWorkDone() callback. This must be completed within 500ms.
100 * Work that is completed must be returned via the onWorkDone() callback.
/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkC2Common.h63 virtual void onWorkDone(const std::weak_ptr<android::Codec2Client::Component> &comp, in onWorkDone() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
H A Dmedia_c2_hidl_test_common.h79 virtual void onWorkDone(const std::weak_ptr<android::Codec2Client::Component>& comp, in onWorkDone() function
/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h75 void onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems);
/aosp12/hardware/interfaces/media/c2/1.1/
H A DIComponent.hal40 * IComponentListener::onWorkDone() may not contain any buffers. The output
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h288 virtual void onWorkDone(
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponent.cpp122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponent.cpp122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp503 virtual Return<void> onWorkDone(const WorkBundle& workBundle) override { in onWorkDone() function
516 listener->onWorkDone(component, workItems); in onWorkDone()