HomeSort by relevance Sort by last modified time
    Searched defs:PictureBuffer (Results 1 - 2 of 2) 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.

Completed in 162 milliseconds