/cts/tests/media/jni/ |
D | NativeMediaFormatUnitTest.cpp | 133 bool NativeMediaFormatUnitTest::validateFormatInt32(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt32() 171 bool NativeMediaFormatUnitTest::validateFormatInt64(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatInt64() 209 bool NativeMediaFormatUnitTest::validateFormatFloat(AMediaFormat* fmt, float offset, bool isClear) { in validateFormatFloat() 247 bool NativeMediaFormatUnitTest::validateFormatDouble(AMediaFormat* fmt, double offset, in validateFormatDouble() 286 bool NativeMediaFormatUnitTest::validateFormatSize(AMediaFormat* fmt, size_t offset, bool isClear) { in validateFormatSize() 324 bool NativeMediaFormatUnitTest::validateFormatString(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatString() 361 bool NativeMediaFormatUnitTest::validateFormatRect(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatRect() 416 bool NativeMediaFormatUnitTest::validateFormatBuffer(AMediaFormat* fmt, int offset, bool isClear) { in validateFormatBuffer() 457 bool NativeMediaFormatUnitTest::validateFormat(AMediaFormat* fmt, int offset, bool isClear) { in validateFormat() 469 void NativeMediaFormatUnitTest::configureFormatInt32(AMediaFormat* fmt, int offset) { in configureFormatInt32() [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/ |
D | poc.c | 25 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 26 #define ERR(fmt, ...) printf(fmt " %d %s\n", ##__VA_ARGS__, errno, strerror(errno)) argument
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/ |
D | AudioStringsHelper.java | 42 static private String encodingToString(int fmt) { in encodingToString() 46 static private String encodingToShortString(int fmt) { in encodingToShortString()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/ |
D | poc.c | 29 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 30 #define ERR(fmt, ...) printf(fmt " %d %s\n", ##__VA_ARGS__, errno, strerror(errno)) argument
|
/cts/apps/CameraITS/tests/scene4/ |
D | test_multi_camera_alignment.py | 48 def convert_cap_and_prep_img(cap, props, fmt, img_name): argument 134 def determine_valid_out_surfaces(cam, props, fmt, cap_camera_ids, sizes): argument 176 def take_images(cam, caps, props, fmt, cap_camera_ids, out_surfaces): argument
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_flip_mirror.py | 40 def test_flip_mirror_impl(cam, props, fmt, chart, first_api_level, argument
|
D | test_lens_movement_reporting.py | 46 cam, props, fmt, gain, exp, af_fd, chart, log_path): argument
|
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/ |
D | TextClassifierTestWatcher.java | 221 private static void addException(@NonNull String fmt, @Nullable Object...args) { in addException() 286 private void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_tonemap_sequence.py | 43 cam, req, fmt, num_frames_per_cap, tonemap, log_path): argument
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | BurstCaptureTest.java | 85 private void testBurst(int fmt, int burstSize, boolean checkFrameRate, boolean testStillBokeh) in testBurst() 132 private void burstTestByCamera(String cameraId, int fmt, int burstSize, in burstTestByCamera()
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_black_white.py | 47 def do_img_capture(cam, s, e, fmt, latency, cap_name, name_with_log_path): argument
|
D | test_exposure_x_iso.py | 54 cam, props, fmt, exp, iso, sync_latency, test_name_with_path): argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/ |
D | poc.c | 31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno)) argument
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/ |
D | poc.c | 31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno)) argument
|
/cts/apps/CameraITS/tests/scene0/ |
D | test_solid_color_test_pattern.py | 73 def check_solid_color(img, exp_values, color, fmt): argument
|
/cts/tools/utils/ |
D | monsoon.py | 279 def _SendStruct(self, fmt, *args): argument
|
/cts/tests/translation/src/android/translation/cts/ |
D | CtsContentCaptureService.java | 181 private static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/cts/tests/tests/media/muxer/src/android/media/muxer/cts/ |
D | MediaMuxerTest.java | 655 int fmt, in cloneAndVerify() 678 int fmt, in cloneAndVerify() 724 int fmt, in cloneMediaUsingMuxer() 999 int expectedTrackCount, int fmt) throws IOException { in simulateVideoFramesDropIssuesAndMux() 1169 int fmt, HashSet<Integer> samplesDropSet, Vector<Integer> startOffsetUsVect) in cloneMediaWithSamplesDropAndStartOffsets()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/ |
D | poc.c | 36 #define LOG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 37 #define ERR(fmt, ...) printf(fmt ": %d(%d)\n", ##__VA_ARGS__, errno, errno) argument
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | HDREncoderTestBase.java | 140 MediaFormat fmt = mCodec.getOutputFormat(); in validateHDRInfo() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | AugmentedHelper.java | 220 public static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | Helper.java | 79 public static void await(@NonNull CountDownLatch latch, @NonNull String fmt, in await()
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 269 def parse_fmt(self, fmt): argument
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 386 def _SendStruct(self, fmt, *args): argument
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderColorAspectsTest.java | 401 MediaFormat fmt = mCodec.getOutputFormat(); in doFullColorAspects() local
|