HomeSort by relevance Sort by last modified time
    Searched full:bitstream_id (Results 1 - 3 of 3) sorted by null

  /external/v4l2_codec2/
C2VDAAdaptorProxy.cpp 95 mClient->pictureReady(picture->picture_buffer_id, picture->bitstream_id,
124 void C2VDAAdaptorProxy::NotifyEndOfBitstreamBuffer(int32_t bitstream_id) {
126 mClient->notifyEndOfBitstreamBuffer(bitstream_id);
251 bufferPtr->bitstream_id = bitstreamId;
  /external/v4l2_codec2/include/
C2VDAAdaptorProxy.h 53 void NotifyEndOfBitstreamBuffer(int32_t bitstream_id) override;
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.cc 73 V4L2DecodeSurface(int32_t bitstream_id,
83 int32_t bitstream_id() const { return bitstream_id_; } function in class:media::V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface
128 int32_t bitstream_id,
132 : bitstream_id_(bitstream_id),
    [all...]

Completed in 1790 milliseconds