/aosp_15_r20/external/libvpx/examples/ |
H A D | vp9cx_set_ref.c | 108 int test_decode, vpx_codec_ctx_t *dcodec, in encode_frame() argument 140 if (test_decode) { in encode_frame() 149 if (got_data && test_decode) { in encode_frame() 169 int test_decode = 1; in main() local 260 if (test_decode) { in main() 280 if (test_decode) { in main() 286 encode_frame(&ecodec, &raw, frame_in, writer, test_decode, &dcodec, in main() 294 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec, in main() 302 if (test_decode) { in main() 309 if (test_decode) in main()
|
/aosp_15_r20/external/libaom/examples/ |
H A D | aom_cx_set_ref.c | 126 int test_decode, aom_codec_ctx_t *dcodec, in encode_frame() argument 156 if (test_decode) { in encode_frame() 170 if (got_data && test_decode) { in encode_frame() 195 int test_decode = 1; in main() local 306 if (test_decode) { in main() 349 if (test_decode) { in main() 356 encode_frame(&ecodec, frame_to_encode, frame_in, writer, test_decode, in main() 364 while (encode_frame(&ecodec, NULL, frame_in, writer, test_decode, &dcodec, in main() 372 if (test_decode) { in main() 379 if (test_decode) in main()
|
/aosp_15_r20/external/libdrm/intel/ |
H A D | meson.build | 61 test_decode = executable( build 62 'test_decode', 63 files('test_decode.c'),
|
H A D | .gitignore | 1 test_decode
|
/aosp_15_r20/external/libdrm/intel/tests/ |
H A D | gm45-3d.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | gen7-3d.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | gen5-3d.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | test-batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | gen6-3d.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | gen4-3d.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
H A D | gen7-2d-copy.batch.sh | 4 ./test_decode $TEST_FILENAME 13 ./test_decode $TEST_FILENAME -dump > $NEW_FILENAME
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_uu.py | 33 def test_decode(self): member in UUTest 104 def test_decode(self): member in UUStdIOTest 136 def test_decode(self): member in UUFileTest
|
D | test_quopri.py | 154 def test_decode(self): member in QuopriTestCase
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_uu.py | 78 def test_decode(self): member in UUTest 195 def test_decode(self): member in UUStdIOTest 233 def test_decode(self): member in UUFileTest
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 795 global->test_decode = arg_parse_enum_or_int(&arg); in parse_global_config() 1368 if (global->test_decode != TEST_DECODE_OFF) { in initialize_encoder() 1523 if (global->test_decode != TEST_DECODE_OFF && !stream->mismatch_seen) { in get_cx_data() 1528 global->test_decode == TEST_DECODE_FATAL, in get_cx_data() 1584 static void test_decode(struct stream_state *stream, in test_decode() function 1988 if (got_data && global.test_decode != TEST_DECODE_OFF) in main() 1989 FOREACH_STREAM(test_decode(stream, global.test_decode, global.codec)); in main() 2026 if (global.test_decode != TEST_DECODE_OFF) { in main() 2032 if (global.test_decode == TEST_DECODE_FATAL) { in main()
|
H A D | vpxenc.h | 49 enum TestDecodeFatality test_decode; member
|
/aosp_15_r20/external/libaom/apps/ |
H A D | aomenc.c | 693 global->test_decode = arg_parse_enum_or_int(&arg); in parse_global_config() 1575 if (global->test_decode != TEST_DECODE_OFF) { in initialize_encoder() 1783 if (global->test_decode != TEST_DECODE_OFF && !stream->mismatch_seen) { in get_cx_data() 1788 global->test_decode == TEST_DECODE_FATAL, in get_cx_data() 1886 static void test_decode(struct stream_state *stream, in test_decode() function 2545 if (got_data && global.test_decode != TEST_DECODE_OFF) { in main() 2547 test_decode(stream, global.test_decode); in main() 2638 if (global.test_decode != TEST_DECODE_OFF) { in main() 2644 if (global.test_decode == TEST_DECODE_FATAL) { in main()
|
H A D | aomenc.h | 42 enum TestDecodeFatality test_decode; member
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/ |
H A D | bmp_grid.rs | 47 fn test_decode() { in test_decode() function
|
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/ |
H A D | packets_test.py | 139 def test_decode(self): member in PacketsTest
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 76 def test_decode(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 76 def test_decode(): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | base64.rs | 200 fn test_decode() { in test_decode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 76 def test_decode(): function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/webencodings/ |
D | tests.py | 76 def test_decode(): function
|