HomeSort by relevance Sort by last modified time
    Searched defs:NotifyEndOfBitstreamBuffer (Results 1 - 2 of 2) sorted by null

  /external/v4l2_codec2/
C2VDAAdaptor.cpp 167 void C2VDAAdaptor::NotifyEndOfBitstreamBuffer(int32_t bitstream_buffer_id) {
168 mClient->notifyEndOfBitstreamBuffer(bitstream_buffer_id);
C2VDAAdaptorProxy.cpp 117 void C2VDAAdaptorProxy::NotifyEndOfBitstreamBuffer(int32_t bitstream_id) {
118 ALOGV("NotifyEndOfBitstreamBuffer");
119 mClient->notifyEndOfBitstreamBuffer(bitstream_id);

Completed in 185 milliseconds