/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode_unittest.cpp | 17 auto decoders = pdfium::MakeRetain<CPDF_Array>(); in TEST() local 18 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST() 22 auto decoders = pdfium::MakeRetain<CPDF_Array>(); in TEST() local 23 decoders->AddNew<CPDF_Name>("FlateEncode"); in TEST() 24 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST() 28 auto decoders = pdfium::MakeRetain<CPDF_Array>(); in TEST() local 29 decoders->AddNew<CPDF_Name>("FooBar"); in TEST() 30 EXPECT_TRUE(ValidateDecoderPipeline(decoders.Get())); in TEST() 34 auto decoders = pdfium::MakeRetain<CPDF_Array>(); in TEST() local 35 decoders->AddNew<CPDF_Name>("AHx"); in TEST() [all …]
|
/external/webrtc/webrtc/call/ |
D | packet_injection_tests.cc | 45 video_receive_configs_[0].decoders[0].payload_type = payload_type; in InjectIncorrectPacket() 48 video_receive_configs_[0].decoders[0].payload_name = "VP8"; in InjectIncorrectPacket() 51 video_receive_configs_[0].decoders[0].payload_name = "H264"; in InjectIncorrectPacket()
|
D | rtc_event_log_unittest.cc | 171 ASSERT_EQ(static_cast<int>(config.decoders.size()), in VerifyReceiveStreamConfig() 174 ASSERT_TRUE(receiver_config.decoders(i).has_name()); in VerifyReceiveStreamConfig() 175 ASSERT_TRUE(receiver_config.decoders(i).has_payload_type()); in VerifyReceiveStreamConfig() 176 const std::string& decoder_name = receiver_config.decoders(i).name(); in VerifyReceiveStreamConfig() 177 int decoder_type = receiver_config.decoders(i).payload_type(); in VerifyReceiveStreamConfig() 178 EXPECT_EQ(config.decoders[i].payload_name, decoder_name); in VerifyReceiveStreamConfig() 179 EXPECT_EQ(config.decoders[i].payload_type, decoder_type); in VerifyReceiveStreamConfig() 373 config->decoders.push_back(decoder); in GenerateVideoReceiveConfig()
|
D | bitrate_estimator_tests.cc | 203 test_->receive_config_.decoders.clear(); in Stream() 204 test_->receive_config_.decoders.push_back(decoder); in Stream()
|
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/ |
D | SkiaPooledImageRegionDecoder.java | 342 private final Map<BitmapRegionDecoder, Boolean> decoders = new ConcurrentHashMap<>(); field in SkiaPooledImageRegionDecoder.DecoderPool 348 return decoders.isEmpty(); in isEmpty() 355 return decoders.size(); in size() 379 decoders.put(decoder, false); in add() 391 while (!decoders.isEmpty()) { in recycle() 394 decoders.remove(decoder); in recycle() 399 for (Map.Entry<BitmapRegionDecoder, Boolean> entry : decoders.entrySet()) { in getNextAvailable() 409 for (Map.Entry<BitmapRegionDecoder, Boolean> entry : decoders.entrySet()) { in markAsUnused()
|
/external/strace/ |
D | nlattr.c | 92 const nla_decoder_t *const decoders, in decode_nlattr_with_data() argument 108 if (!decoders in decode_nlattr_with_data() 110 || !decoders[idx] in decode_nlattr_with_data() 111 || !decoders[idx]( in decode_nlattr_with_data() 129 const nla_decoder_t *const decoders, in decode_nlattr() argument 137 if (decoders && !size && opaque_data) in decode_nlattr() 142 table, dflt, decoders, opaque_data); in decode_nlattr() 167 decoders, size, opaque_data); in decode_nlattr()
|
D | nlattr.h | 71 const nla_decoder_t *decoders,
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 10 than an ARM core which cannot be decoded by the standard built-in decoders within the library. 15 same way as the built-in decoders. This means that the external decoder can be created and destroyed 16 using the decode tree API, and will integrate seamlessly with any ARM processor decoders that are p… 21 …d_extern_dcd_fact_t` : This is a decoder "factory" that allows the creation of the custom decoders. 23 …k functions allowing the decoder to use library functionality in the same way as built-in decoders. 38 Once registered, the standard API functions used with the built-in decoders will work with the cust… 89 architecture decoders, but should where possible use these functions if being used as part of a com… 90 use of the external decoders. 105 …is provided to both test the C-API interfaces provided for using custom decoders and as a worked e… 127 After this the test uses the same code path as the built in decoders when testing the custom decode… [all …]
|
/external/webrtc/webrtc/video/ |
D | video_receive_stream.cc | 50 for (size_t i = 0; i < decoders.size(); ++i) { in ToString() 51 ss << decoders[i].ToString(); in ToString() 52 if (i != decoders.size() - 1) in ToString() 260 RTC_DCHECK(!config_.decoders.empty()); in VideoReceiveStream() 262 for (size_t i = 0; i < config_.decoders.size(); ++i) { in VideoReceiveStream() 263 const Decoder& decoder = config_.decoders[i]; in VideoReceiveStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2008-05-19-ScavengerAssert.ll | 4 @decoders = external global %struct.Decoders ; <%struct.Decoders*> [#uses=1] 12 …et_mem2Dint( i32*** getelementptr (%struct.Decoders, %struct.Decoders* @decoders, i32 0, i32 0), i…
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-05-19-ScavengerAssert.ll | 4 @decoders = external global %struct.Decoders ; <%struct.Decoders*> [#uses=1] 12 …et_mem2Dint( i32*** getelementptr (%struct.Decoders, %struct.Decoders* @decoders, i32 0, i32 0), i…
|
/external/exoplayer/tree/extensions/ffmpeg/ |
D | README.md | 44 * Configure the decoders to include. See the [Supported formats][] page for 45 details of the available decoders, and which formats they support. 112 [enabling extension decoders][]. 115 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
|
/external/fec/ |
D | README | 15 1. Viterbi decoders for the following convolutional codes: 21 2. Reed-Solomon encoders and decoders for any user-specified code. 57 versions, with a few minor exceptions. The Viterbi decoders in C have 111 Switch from 4 to 8-bit input symbols on all Viterbi decoders 117 Added error checking, fixed alignment bug in SSE2 versions of Viterbi decoders causing segfaults
|
D | METADATA | 2 description: "This library package provides several forward error correction (FEC) decoders and acc…
|
/external/exoplayer/tree/extensions/flac/ |
D | README.md | 103 [enabling extension decoders][]. 106 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
|
/external/owasp/sanitizer/lib/commons-codec-1.4/ |
D | RELEASE-NOTES.txt | 9 The codec package contains simple encoder and decoders for various formats 11 decoders, the codec package also maintains a collection of phonetic encoding
|
/external/exoplayer/tree/extensions/opus/ |
D | README.md | 107 [enabling extension decoders][]. 110 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
|
/external/skia/src/codec/ |
D | SkCodec.cpp | 38 static std::vector<DecoderProc>* decoders() { in decoders() function 39 static auto* decoders = new std::vector<DecoderProc> { in decoders() 57 return decoders; in decoders() 63 decoders()->push_back(DecoderProc{peek, make}); in Register() 121 for (DecoderProc proc : *decoders()) { in MakeFromStream()
|
/external/exoplayer/tree/extensions/av1/ |
D | README.md | 102 [enabling extension decoders][]. 105 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
|
/external/exoplayer/tree/extensions/vp9/ |
D | README.md | 120 [enabling extension decoders][]. 123 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
|
/external/webrtc/webrtc/ |
D | video_receive_stream.h | 84 std::vector<Decoder> decoders; member
|
/external/glide/third_party/gif_decoder/ |
D | README.third_party | 19 headers between multiple decoders. Added interface for reusing bitmaps each
|
/external/tensorflow/tensorflow/core/util/ctc/ |
D | BUILD | 3 # implement the CTC loss and a number of CTC decoders.
|
/external/perfetto/ui/src/controller/ |
D | adb_socket_controller.ts | 240 const decoder = decoders.get(method); 359 const decoders = constant
|
/external/OpenCSD/decoder/docs/prog_guide/ |
D | prog_guide_main.md | 25 downstream and the software trace decoders. This ID is used 63 The DecodeTree is the principal wrapper for all the decoders the library supports. This provides a … 64 API which allows the creation of protocol packet processors and decoders. 67 packet decoders to the trace data streams and collect the output generic decoded trace packets. The… 196 ### Configuring decoders ### 198 The next task is to configure the requried decoders. The client program must know the type of ETM/P… 248 used instead. These packet only decoders can be used to create a dump of the raw trace as discrete … 250 All decoders a registered with the library using a name - the standard ARM protocols are considered… 251 decoders and are registered automatically. The library contains defined names for these decoders - …
|