Searched refs:format_ (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_descriptor.h43 format_(f),
52 format_(f),
66 void SetColorFormat(int format) { format_ = format; }
78 int GetFormat() const { return format_; }
87 int format_ = -1; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_descriptor.h43 format_(f),
52 format_(f),
66 void SetColorFormat(int format) { format_ = format; }
78 int GetFormat() const { return format_; }
87 int format_ = -1; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_buf_descriptor.h44 format_(f),
53 format_(f),
67 void SetColorFormat(int format) { format_ = format; }
79 int GetFormat() const { return format_; }
88 int format_ = -1; member in class:gralloc1::BufferDescriptor
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp110 format_.reset();
130 if (!format_) {
135 int32_t type = format_->type();
146 if (!format_) {
152 int32_t type = format_->type();
444 if (format_ && desired_format == *format_) {
452 if (format_) {
482 format_.reset(new StreamFormat(new_format));
497 req_buffers.type = format_
[all...]
H A Dv4l2_wrapper.h111 std::unique_ptr<StreamFormat> format_; member in class:v4l2_camera_hal::V4L2Wrapper

Completed in 115 milliseconds