/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | IComponentListener.hal | 28 * 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 D | IComponent.hal | 50 * using the IComponentListener::onWorkDone() callback. 76 * via IComponentListener::onWorkDone(). This must be completed within 105 * IComponentListener::onWorkDone().
|
H A D | types.hal | 677 * 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 D | codec2.cpp | 80 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 D | PipelineWatcher.h | 95 void onWorkDone(uint64_t frameIndex);
|
H A D | PipelineWatcher.cpp | 86 void PipelineWatcher::onWorkDone(uint64_t frameIndex) { in onWorkDone() function in android::PipelineWatcher
|
H A D | CCodecBufferChannel.cpp | 339 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 D | CCodecBufferChannel.h | 162 void onWorkDone(
|
H A D | CCodec.cpp | 571 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 D | IComponentListener.hal | 27 oneway onWorkDone(WorkBundle workBundle);
|
H A D | IComponent.hal | 44 * 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 D | BenchmarkC2Common.h | 63 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 D | media_c2_hidl_test_common.h | 79 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 D | CCodec.h | 75 void onWorkDone(std::list<std::unique_ptr<C2Work>> &workItems);
|
/aosp12/hardware/interfaces/media/c2/1.1/ |
H A D | IComponent.hal | 40 * IComponentListener::onWorkDone() may not contain any buffers. The output
|
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
H A D | client.h | 288 virtual void onWorkDone(
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | Component.cpp | 122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/ |
H A D | Component.cpp | 122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/ |
H A D | Component.cpp | 122 Return<void> transStatus = listener->onWorkDone(workBundle); in onWorkDone_nb()
|
/aosp12/frameworks/av/media/codec2/hidl/client/ |
H A D | client.cpp | 503 virtual Return<void> onWorkDone(const WorkBundle& workBundle) override { in onWorkDone() function 516 listener->onWorkDone(component, workItems); in onWorkDone()
|