Searched defs:output_buffer (Results 1 – 5 of 5) sorted by relevance
46 brillo::Blob output_buffer(kOutputBufferLength); in Write() local
84 brillo::Blob output_buffer(kOutputBufferLength); in Write() local
184 let output_buffer = self.handle.borrow().output_queue.alloc_buffer(); in alloc_request() localVariable186 let output_buffer = match output_buffer { in alloc_request() localVariable
25 output_buffer: V4l2OutputBuffer, field
360 bool Decompress(void* output_buffer, const size_t output_size) { in Decompress()