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

  /external/libchrome/base/memory/
aligned_memory_unittest.cc 21 static AlignedMemory<8, 16> raw16; local
26 EXPECT_EQ(16u, ALIGNOF(raw16));
31 EXPECT_ALIGNED(raw16.void_data(), 16);
38 AlignedMemory<8, 16> raw16; local
42 EXPECT_EQ(16u, ALIGNOF(raw16));
46 EXPECT_ALIGNED(raw16.void_data(), 16);
  /cts/apps/CameraITS/pymodules/its/
caps.py 150 def raw16(props): function
151 """Returns whether a device supports RAW16 output.
192 return raw16(props) or raw10(props) or raw12(props)
  /cts/apps/CameraITS/tests/scene1/
test_yuv_plus_raw.py 33 its.caps.raw16(props) and
test_raw_sensitivity.py 37 its.caps.skip_unless(its.caps.raw16(props) and
test_crop_region_raw.py 34 its.caps.raw16(props) and
test_dng_noise_model.py 45 its.caps.raw16(props) and
test_format_combos.py 35 its.caps.raw16(props))
test_multi_camera_match.py 41 its.caps.raw16(props) and
test_raw_burst_sensitivity.py 39 its.caps.skip_unless(its.caps.raw16(props) and
test_exposure.py 70 its.caps.raw16(props) and
test_post_raw_sensitivity_boost.py 49 if its.caps.raw16(props):
test_raw_exposure.py 42 its.caps.skip_unless(its.caps.raw16(props) and
  /cts/apps/CameraITS/tests/scene0/
test_test_patterns.py 165 its.caps.skip_unless(its.caps.raw16(props) and
  /cts/apps/CameraITS/tests/sensor_fusion/
test_multi_camera_frame_sync.py 43 its.caps.raw16(props),
  /cts/apps/CameraITS/tests/scene4/
test_multi_camera_alignment.py 91 its.caps.raw16(props) and
test_aspect_ratio_and_crop.py 173 raw_avlb = its.caps.raw16(props)

Completed in 298 milliseconds