Searched refs:DO_NOT_REPORT_OPTIONS (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_metadata_factory.cpp | 108 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/ |
D | tagged_control_options.h | 31 static int32_t DO_NOT_REPORT_OPTIONS = -1; variable
|
D | control.h | 71 if (options_ && options_->tag() != DO_NOT_REPORT_OPTIONS) { in StaticTags() 93 } else if (options_->tag() == DO_NOT_REPORT_OPTIONS) { in PopulateStaticFields()
|
D | control_test.cpp | 55 report_options_ ? options_tag_ : DO_NOT_REPORT_OPTIONS, in PrepareControl()
|