HomeSort by relevance Sort by last modified time
    Searched refs:PictureBuffer (Results 1 - 8 of 8) sorted by null

  /external/v4l2_codec2/vda/
picture.cc 10 PictureBuffer::PictureBuffer(int32_t id, const Size& size)
13 PictureBuffer::PictureBuffer(int32_t id,
20 PictureBuffer::PictureBuffer(const PictureBuffer& other) = default;
22 PictureBuffer::~PictureBuffer() = default;
picture.h 20 class PictureBuffer {
22 PictureBuffer(int32_t id, const Size& size);
23 PictureBuffer(int32_t id,
26 PictureBuffer(const PictureBuffer& other);
27 ~PictureBuffer();
66 // than the size of the PictureBuffer, as it is the only visible part of the
67 // Picture contained in the PictureBuffer.
video_decode_accelerator.h 117 // ImportBufferForPicture() for each PictureBuffer before use.
247 const std::vector<PictureBuffer>& buffers) = 0;
v4l2_slice_video_decode_accelerator.h 48 void AssignPictureBuffers(const std::vector<PictureBuffer>& buffers) override;
233 void AssignPictureBuffersTask(const std::vector<PictureBuffer>& buffers);
v4l2_video_decode_accelerator.h 95 void AssignPictureBuffers(const std::vector<PictureBuffer>& buffers) override;
228 void AssignPictureBuffersTask(const std::vector<PictureBuffer>& buffers);
v4l2_video_decode_accelerator.cc 273 const std::vector<PictureBuffer>& buffers) {
284 const std::vector<PictureBuffer>& buffers) {
    [all...]
v4l2_slice_video_decode_accelerator.cc 840 DVLOGF(4) << "dismissing PictureBuffer id=" << picture_buffer_id;
    [all...]
  /external/v4l2_codec2/
C2VDAAdaptor.cpp 73 std::vector<media::PictureBuffer> buffers;
75 buffers.push_back(media::PictureBuffer(static_cast<int32_t>(id), mPictureSize));

Completed in 83 milliseconds