Home
last modified time | relevance | path

Searched refs:DO_NOT_REPORT_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/
Dv4l2_metadata_factory.cpp108 DO_NOT_REPORT_OPTIONS, in GetV4L2Metadata()
114 DO_NOT_REPORT_OPTIONS, in GetV4L2Metadata()
232 DO_NOT_REPORT_OPTIONS, in GetV4L2Metadata()
239 DO_NOT_REPORT_OPTIONS, in GetV4L2Metadata()
310 ANDROID_FLASH_MODE, DO_NOT_REPORT_OPTIONS, {ANDROID_FLASH_MODE_OFF})); in GetV4L2Metadata()
398 DO_NOT_REPORT_OPTIONS, in GetV4L2Metadata()
495 ANDROID_SCALER_CROP_REGION, DO_NOT_REPORT_OPTIONS, {active_array_size})); in GetV4L2Metadata()
/hardware/libhardware/modules/camera/3_4/metadata/
Dtagged_control_options.h31 static int32_t DO_NOT_REPORT_OPTIONS = -1; variable
Dcontrol.h71 if (options_ && options_->tag() != DO_NOT_REPORT_OPTIONS) { in StaticTags()
93 } else if (options_->tag() == DO_NOT_REPORT_OPTIONS) { in PopulateStaticFields()
Dcontrol_test.cpp55 report_options_ ? options_tag_ : DO_NOT_REPORT_OPTIONS, in PrepareControl()