HomeSort by relevance Sort by last modified time
    Searched refs:default_height (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 262 uint32_t default_height; member in struct:android::dvr::ProducerQueueConfig
273 default_height, default_format, user_metadata_size);
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_producer.cpp 420 value = queue_->default_height();
486 output->height = queue_->default_height();
buffer_hub_queue_client.cpp 106 default_height_ = queue_info.producer_config.default_height;
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_client.h 48 uint32_t default_height() const { return default_height_; } function in class:android::dvr::BufferHubQueue
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 135 static const uint32_t default_height = 1080; variable
201 enc_cfg->g_h = default_height;
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue-test.cpp 576 EXPECT_EQ(producer_queue_->default_height(), kBufferHeight);
581 EXPECT_EQ(consumer_queue_->default_height(), kBufferHeight);
  /frameworks/native/libs/vr/libdvr/
dvr_buffer_queue.cpp 26 height_(producer_queue->default_height()),

Completed in 500 milliseconds