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

  /external/v4l2_codec2/vda/
bitstream_buffer.cc 10 BitstreamBuffer::BitstreamBuffer()
11 : BitstreamBuffer(-1, base::SharedMemoryHandle(), 0) {}
13 BitstreamBuffer::BitstreamBuffer(int32_t id,
24 BitstreamBuffer::BitstreamBuffer(const BitstreamBuffer& other) = default;
26 BitstreamBuffer::~BitstreamBuffer() = default
    [all...]
bitstream_buffer.h 24 class BitstreamBuffer {
26 BitstreamBuffer();
28 // Constructs a new BitstreamBuffer. The content of the bitstream is located
34 BitstreamBuffer(int32_t id,
40 BitstreamBuffer(const BitstreamBuffer& other);
42 ~BitstreamBuffer();

Completed in 180 milliseconds