Home
last modified time | relevance | path

Searched refs:meta_size_bytes_ (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp35 meta_size_bytes_(meta_size_bytes), in ProducerChannel()
180 if (meta_size_bytes_ != metadata.size()) { in OnProducerPost()
184 meta_size_bytes_, metadata.size()); in OnProducerPost()
244 WrapBuffer(meta_.get(), meta_size_bytes_))}; in OnConsumerAcquire()
354 return meta_size_bytes == meta_size_bytes_ && buffer_.width() == width && in CheckParameters()
Dproducer_queue_channel.cpp23 meta_size_bytes_(meta_size_bytes), in ProducerQueueChannel()
137 return {{meta_size_bytes_, buffer_id()}}; in OnGetQueueInfo()
225 format, usage, meta_size_bytes_); in AllocateBuffer()
Dproducer_queue_channel.h66 size_t meta_size_bytes_; variable
Dproducer_channel.h80 size_t meta_size_bytes_; variable
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h117 void SetupQueue(size_t meta_size_bytes_, int id);