HomeSort by relevance Sort by last modified time
    Searched refs:Decoder (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /external/vixl/examples/
neon-matrix-multiply.cc 103 Decoder decoder; local
104 Simulator simulator(&decoder);
  /external/lzma/Java/SevenZip/
LzmaBench.java 304 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder(); local
315 decoder.SetDecoderProperties(propArray);
367 if (!decoder.Code(inputCompressedStream, crcOutStream, outSize))
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 289 CFX_ByteString& decoder,
293 if (decoder == "CCITTFaxDecode" || decoder == "CCF") {
298 if (decoder == "ASCII85Decode" || decoder == "A85") {
301 if (decoder == "ASCIIHexDecode" || decoder == "AHx") {
304 if (decoder == "FlateDecode" || decoder == "Fl") {
308 if (decoder == "LZWDecode" || decoder == "LZW")
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 64 Windows::Graphics::Imaging::BitmapDecoder ^Decoder;
403 }).then([state](Windows::Graphics::Imaging::BitmapDecoder ^decoder)
405 state->Decoder = decoder;
415 return Windows::Graphics::Imaging::BitmapEncoder::CreateForTranscodingAsync(state->OutputStream, state->Decoder);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 122 class Decoder
  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Android.mk 4 # libOMX.TI.DUCATI1.VIDEO.DECODER
34 # dump of NV12 buffers from Decoder/Camera
39 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER
174 # libOMX.TI.DUCATI1.VIDEO.DECODER.secure
194 libOMX.TI.DUCATI1.VIDEO.DECODER
202 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER.secure
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /bionic/tools/relocation_packer/src/
sleb128_unittest.cc 90 TEST(Sleb128, Decoder) {
146 Sleb128Decoder<uint64_t> decoder(encoding, 0);
148 EXPECT_EQ(624485U, decoder.Dequeue());
151 decoder.DequeueAll(&dequeued);
  /external/libvpx/libvpx/test/
encode_test_driver.cc 201 // Use fragment decoder if encoder outputs partitions.
202 // NOTE: fragment decoder and partition encoder are only supported by VP8.
205 Decoder* const decoder = codec_->CreateDecoder(dec_cfg, dec_init_flags, 0); local
224 if (decoder && DoDecode()) {
225 vpx_codec_err_t res_dec = decoder->DecodeFrame(
228 if (!HandleDecodeResult(res_dec, *video, decoder))
247 // Flush the decoder when there are no more fragments.
249 const vpx_codec_err_t res_dec = decoder->DecodeFrame(NULL, 0);
250 if (!HandleDecodeResult(res_dec, *video, decoder))
    [all...]
encode_test_driver.h 254 Decoder *decoder) {
255 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 20 CLSID Decoder;
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 326 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
327 decoder.SetDecoderProperties(properties);
330 if (!decoder.Train(trainStream))
342 decoder.Code(inStream, outStream, compressedSize, outSize, null);
LzmaBench.cs 253 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
311 decoder.SetDecoderProperties(propArray);
314 decoder.Code(compressedStream, crcOutStream, 0, (Int64)outSize, null);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 95 struct Decoder;
186 // Status of flush responses from the decoder and renderer.
192 // Status of flush responses from the decoder and renderer.
235 bool audio, sp<DecoderBase> *decoder, bool checkAudioModeChange = true);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.cc 158 Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); local
177 if (decoder && DoDecode()) {
178 vpx_codec_err_t res_dec = decoder->DecodeFrame(
180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
199 DxDataIterator dec_iter = decoder->GetDxData();
216 if (decoder)
217 delete decoder;
svc_test.cc 23 using libvpx_test::Decoder;
79 Decoder *decoder_;
250 // Test that decoder can handle an SVC frame as the first frame in a sequence.
274 // this test fails with a decoder error
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /external/v8/src/wasm/
module-decoder.cc 9 #include "src/wasm/decoder.h"
10 #include "src/wasm/module-decoder.h"
27 class ModuleDecoder : public Decoder {
31 : Decoder(module_start, module_end), module_zone(zone), asm_js_(asm_js) {
383 // Wrap the error message from the function decoder.
521 ModuleDecoder decoder(zone, module_start, module_end, asm_js);
522 return decoder.DecodeModule(module, verify_functions);
528 ModuleDecoder decoder(zone, start, end, false);
529 return decoder.DecodeFunctionSignature(start);
542 ModuleDecoder decoder(zone, function_start, function_end, false)
    [all...]
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 

Completed in 525 milliseconds

1 2 3 45 6 7 8