Lines Matching refs:ProducerBuffer
10 ProducerBuffer::ProducerBuffer(uint32_t width, uint32_t height, uint32_t format, in ProducerBuffer() function in android::dvr::ProducerBuffer
38 ProducerBuffer::ProducerBuffer(uint64_t usage, size_t size) in ProducerBuffer() function in android::dvr::ProducerBuffer
66 ProducerBuffer::ProducerBuffer(LocalChannelHandle channel) in ProducerBuffer() function in android::dvr::ProducerBuffer
77 int ProducerBuffer::LocalPost(const DvrNativeBufferMetadata* meta, in LocalPost()
126 int ProducerBuffer::Post(const LocalHandle& ready_fence, const void* meta, in Post()
142 int ProducerBuffer::PostAsync(const DvrNativeBufferMetadata* meta, in PostAsync()
152 int ProducerBuffer::LocalGain(DvrNativeBufferMetadata* out_meta, in LocalGain()
228 int ProducerBuffer::Gain(LocalHandle* release_fence, bool gain_posted_buffer) { in Gain()
241 int ProducerBuffer::GainAsync(DvrNativeBufferMetadata* out_meta, in GainAsync()
252 int ProducerBuffer::GainAsync() { in GainAsync()
258 std::unique_ptr<ProducerBuffer> ProducerBuffer::Import( in Import()
261 return ProducerBuffer::Create(std::move(channel)); in Import()
264 std::unique_ptr<ProducerBuffer> ProducerBuffer::Import( in Import()
270 Status<LocalChannelHandle> ProducerBuffer::Detach() { in Detach()