Home
last modified time | relevance | path

Searched refs:decoders (Results 1 – 25 of 89) sorted by relevance

1234

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode_unittest.cpp17 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/
Dpacket_injection_tests.cc45 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()
Drtc_event_log_unittest.cc171 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()
Dbitrate_estimator_tests.cc203 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/
DSkiaPooledImageRegionDecoder.java342 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/
Dnlattr.c92 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()
Dnlattr.h71 const nla_decoder_t *decoders,
/external/OpenCSD/decoder/docs/
Dexternal_custom.md10 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/
Dvideo_receive_stream.cc50 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/
D2008-05-19-ScavengerAssert.ll4 @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/
D2008-05-19-ScavengerAssert.ll4 @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/
DREADME.md44 * 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/
DREADME15 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
DMETADATA2 description: "This library package provides several forward error correction (FEC) decoders and acc…
/external/exoplayer/tree/extensions/flac/
DREADME.md103 [enabling extension decoders][].
106 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt9 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/
DREADME.md107 [enabling extension decoders][].
110 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
/external/skia/src/codec/
DSkCodec.cpp38 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/
DREADME.md102 [enabling extension decoders][].
105 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
/external/exoplayer/tree/extensions/vp9/
DREADME.md120 [enabling extension decoders][].
123 [enabling extension decoders]: https://exoplayer.dev/demo-application.html#enabling-extension-decod…
/external/webrtc/webrtc/
Dvideo_receive_stream.h84 std::vector<Decoder> decoders; member
/external/glide/third_party/gif_decoder/
DREADME.third_party19 headers between multiple decoders. Added interface for reusing bitmaps each
/external/tensorflow/tensorflow/core/util/ctc/
DBUILD3 # implement the CTC loss and a number of CTC decoders.
/external/perfetto/ui/src/controller/
Dadb_socket_controller.ts240 const decoder = decoders.get(method);
359 const decoders = constant
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md25 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 - …

1234