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

  /frameworks/native/services/vr/bufferhubd/
detached_buffer_channel.cpp 74 BufferHubChannel::BufferInfo DetachedBufferChannel::GetBufferInfo() const {
consumer_channel.cpp 40 BufferHubChannel::BufferInfo ConsumerChannel::GetBufferInfo() const {
44 info = producer->GetBufferInfo();
consumer_queue_channel.cpp 73 BufferHubChannel::BufferInfo ConsumerQueueChannel::GetBufferInfo() const {
77 info = producer->GetBufferInfo();
producer_queue_channel.cpp 93 BufferHubChannel::BufferInfo ProducerQueueChannel::GetBufferInfo() const {
producer_channel.cpp 179 BufferHubChannel::BufferInfo ProducerChannel::GetBufferInfo() const {
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 102 const Buffer& GetBufferInfo(uint32_t index) {
  /hardware/qcom/display/msm8909/gralloc/
gr_allocator.cpp 73 static BufferInfo GetBufferInfo(const BufferDescriptor &descriptor) {
172 GetAlignedWidthAndHeight(GetBufferInfo(*descriptors[i]), &alignedw, &alignedh);
173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh);
gr_buf_mgr.cpp 37 static BufferInfo GetBufferInfo(const BufferDescriptor &descriptor) {
164 BufferInfo info = GetBufferInfo(descriptor);
478 BufferInfo info = GetBufferInfo(descriptor);
807 GetBufferSizeAndDimensions(GetBufferInfo(descriptor), &size, &alignedw, &alignedh);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_allocator.cpp 73 static BufferInfo GetBufferInfo(const BufferDescriptor &descriptor) {
172 GetAlignedWidthAndHeight(GetBufferInfo(*descriptors[i]), &alignedw, &alignedh);
173 unsigned int size = GetSize(GetBufferInfo(*descriptors[i]), alignedw, alignedh);
gr_buf_mgr.cpp 37 static BufferInfo GetBufferInfo(const BufferDescriptor &descriptor) {
164 BufferInfo info = GetBufferInfo(descriptor);
475 BufferInfo info = GetBufferInfo(descriptor);
806 GetBufferSizeAndDimensions(GetBufferInfo(descriptor), &size, &alignedw, &alignedh);
    [all...]

Completed in 325 milliseconds