Home
last modified time | relevance | path

Searched refs:notifyEndOfBitstreamBuffer (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/include/
DVideoDecodeAcceleratorAdaptor.h59 virtual void notifyEndOfBitstreamBuffer(int32_t bitstreamId) = 0;
DC2VDAComponent.h132 virtual void notifyEndOfBitstreamBuffer(int32_t bitstreamId) override;
/external/v4l2_codec2/
DC2VDAAdaptor.cpp168 mClient->notifyEndOfBitstreamBuffer(bitstream_buffer_id); in NotifyEndOfBitstreamBuffer()
DC2VDAAdaptorProxy.cpp119 mClient->notifyEndOfBitstreamBuffer(bitstream_id); in NotifyEndOfBitstreamBuffer()
DC2VDAComponent.cpp1538 void C2VDAComponent::notifyEndOfBitstreamBuffer(int32_t bitstreamId) { in notifyEndOfBitstreamBuffer() function in android::C2VDAComponent