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()
133 int ProducerBuffer::Post(const LocalHandle& ready_fence, const void* meta, in Post()
149 int ProducerBuffer::PostAsync(const DvrNativeBufferMetadata* meta, in PostAsync()
159 int ProducerBuffer::LocalGain(DvrNativeBufferMetadata* out_meta, in LocalGain()
244 int ProducerBuffer::Gain(LocalHandle* release_fence, bool gain_posted_buffer) { in Gain()
257 int ProducerBuffer::GainAsync(DvrNativeBufferMetadata* out_meta, in GainAsync()
268 int ProducerBuffer::GainAsync() { in GainAsync()
274 std::unique_ptr<ProducerBuffer> ProducerBuffer::Import( in Import()
277 return ProducerBuffer::Create(std::move(channel)); in Import()
280 std::unique_ptr<ProducerBuffer> ProducerBuffer::Import( in Import()
286 Status<LocalChannelHandle> ProducerBuffer::Detach() { in Detach()