Home
last modified time | relevance | path

Searched full:decoder (Results 1 – 25 of 3591) sorted by relevance

12345678910>>...144

/external/libxaac/
DAndroid.bp34 "decoder",
35 "decoder/drc_src",
39 "decoder/ixheaacd_aacdecoder.c",
40 "decoder/ixheaacd_aacpluscheck.c",
41 "decoder/ixheaacd_aac_ec.c",
42 "decoder/ixheaacd_aac_imdct.c",
43 "decoder/ixheaacd_aac_rom.c",
44 "decoder/ixheaacd_aac_tns.c",
45 "decoder/ixheaacd_acelp_bitparse.c",
46 "decoder/ixheaacd_acelp_decode.c",
[all …]
/external/libxaac/decoder/
DCMakeLists.txt10 "${XAAC_ROOT}/decoder/ixheaacd_aacdecoder.c"
11 "${XAAC_ROOT}/decoder/ixheaacd_aacpluscheck.c"
12 "${XAAC_ROOT}/decoder/ixheaacd_aac_ec.c"
13 "${XAAC_ROOT}/decoder/ixheaacd_aac_imdct.c"
14 "${XAAC_ROOT}/decoder/ixheaacd_aac_rom.c"
15 "${XAAC_ROOT}/decoder/ixheaacd_aac_tns.c"
16 "${XAAC_ROOT}/decoder/ixheaacd_acelp_bitparse.c"
17 "${XAAC_ROOT}/decoder/ixheaacd_acelp_decode.c"
18 "${XAAC_ROOT}/decoder/ixheaacd_acelp_mdct.c"
19 "${XAAC_ROOT}/decoder/ixheaacd_acelp_tools.c"
[all …]
/external/flac/src/libFLAC/
Dstream_decoder.c75 static void set_defaults_(FLAC__StreamDecoder *decoder);
77 static FLAC__bool allocate_output_(FLAC__StreamDecoder *decoder, uint32_t size, uint32_t channels, …
78 static FLAC__bool has_id_filtered_(FLAC__StreamDecoder *decoder, FLAC__byte *id);
79 static FLAC__bool find_metadata_(FLAC__StreamDecoder *decoder);
80 static FLAC__bool read_metadata_(FLAC__StreamDecoder *decoder);
81 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, uint3…
82 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, uint32…
83 static FLAC__bool read_metadata_vorbiscomment_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_V…
84 static FLAC__bool read_metadata_cuesheet_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_CueShe…
85 static FLAC__bool read_metadata_picture_(FLAC__StreamDecoder *decoder, FLAC__StreamMetadata_Picture…
[all …]
/external/libavc/decoder/svc/
Dlibsvcdec.cmake5 "${AVC_ROOT}/decoder/ih264d_api.c"
6 "${AVC_ROOT}/decoder/ih264d_bitstrm.c"
7 "${AVC_ROOT}/decoder/ih264d_cabac.c"
8 "${AVC_ROOT}/decoder/ih264d_cabac_init_tables.c"
9 "${AVC_ROOT}/decoder/ih264d_compute_bs.c"
10 "${AVC_ROOT}/decoder/ih264d_deblocking.c"
11 "${AVC_ROOT}/decoder/ih264d_dpb_mgr.c"
12 "${AVC_ROOT}/decoder/ih264d_format_conv.c"
13 "${AVC_ROOT}/decoder/ih264d_function_selector_generic.c"
14 "${AVC_ROOT}/decoder/ih264d_inter_pred.c"
[all …]
/external/openthread/tests/unit/
Dtest_spinel_decoder.cpp46 Spinel::Decoder decoder; in TestDecoder() local
121 decoder.Init(buffer, static_cast<uint16_t>(frameLen)); in TestDecoder()
123 VerifyOrQuit(decoder.GetFrame() == &buffer[0]); in TestDecoder()
124 VerifyOrQuit(decoder.GetLength() == frameLen); in TestDecoder()
126 VerifyOrQuit(decoder.GetReadLength() == 0); in TestDecoder()
127 VerifyOrQuit(decoder.GetRemainingLength() == frameLen); in TestDecoder()
128 VerifyOrQuit(decoder.IsAllRead() == false); in TestDecoder()
130 SuccessOrQuit(decoder.ReadBool(b_1)); in TestDecoder()
131 SuccessOrQuit(decoder.ReadBool(b_2)); in TestDecoder()
132 SuccessOrQuit(decoder.ReadUint8(u8)); in TestDecoder()
[all …]
/external/libxaac/decoder/armv7/
DCMakeLists.txt4 "${XAAC_ROOT}/decoder/armv7/ixheaacd_fft_armv7.c"
5 "${XAAC_ROOT}/decoder/armv7/ixheaacd_function_selector_armv7.c"
6 "${XAAC_ROOT}/decoder/armv7/ixheaacd_qmf_dec_armv7.c"
7 "${XAAC_ROOT}/decoder/armv7/ixheaacd_aac_ld_dec_rearrange.s"
8 "${XAAC_ROOT}/decoder/armv7/ixheaacd_auto_corr.s"
9 "${XAAC_ROOT}/decoder/armv7/ixheaacd_autocorr_st2.s"
10 "${XAAC_ROOT}/decoder/armv7/ixheaacd_apply_rot.s"
11 "${XAAC_ROOT}/decoder/armv7/ixheaacd_apply_scale_fac.s"
12 "${XAAC_ROOT}/decoder/armv7/ixheaacd_calcmaxspectralline.s"
13 "${XAAC_ROOT}/decoder/armv7/ixheaacd_conv_ergtoamplitude.s"
[all …]
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c3 * \brief OpenCSD : Echo test custom decoder factory
46 /** The name of the decoder */
50 /** Declare the trace data input function for the decoder - passed to library as call-back. */
58 /** Allow library to update the packet monitor / sink in use flags to allow decoder to call CB as a…
61 /********* Fns called by decoder creation factory *****/
62 void echo_dcd_init(echo_decoder_t *decoder,
69 /********* Internal decoder functions *****/
70 static void echo_dcd_reset(echo_decoder_t *decoder);
71 static ocsd_datapath_resp_t echo_dcd_process_data(echo_decoder_t *decoder,
77 static ocsd_datapath_resp_t send_gen_packet(echo_decoder_t *decoder);
[all …]
/external/capstone/arch/XCore/
DXCoreDisassembler.c67 uint64_t Address, const void *Decoder);
70 uint64_t Address, const void *Decoder);
73 uint64_t Address, const void *Decoder);
76 uint64_t Address, const void *Decoder);
79 uint64_t Address, const void *Decoder);
82 uint64_t Address, const void *Decoder);
85 uint64_t Address, const void *Decoder);
88 uint64_t Address, const void *Decoder);
91 uint64_t Address, const void *Decoder);
94 uint64_t Address, const void *Decoder);
[all …]
/external/libhevc/decoder/
Dlibhevcdec.cmake5 "${HEVC_ROOT}/decoder/ihevcd_version.c"
6 "${HEVC_ROOT}/decoder/ihevcd_api.c"
7 "${HEVC_ROOT}/decoder/ihevcd_decode.c"
8 "${HEVC_ROOT}/decoder/ihevcd_nal.c"
9 "${HEVC_ROOT}/decoder/ihevcd_bitstream.c"
10 "${HEVC_ROOT}/decoder/ihevcd_parse_headers.c"
11 "${HEVC_ROOT}/decoder/ihevcd_parse_slice_header.c"
12 "${HEVC_ROOT}/decoder/ihevcd_parse_slice.c"
13 "${HEVC_ROOT}/decoder/ihevcd_parse_residual.c"
14 "${HEVC_ROOT}/decoder/ihevcd_cabac.c"
[all …]
/external/freetype/src/psaux/
Dpsft.c94 PS_Decoder* decoder = outline->decoder; in cf2_setGlyphWidth() local
97 FT_ASSERT( decoder ); in cf2_setGlyphWidth()
99 if ( !decoder->builder.is_t1 ) in cf2_setGlyphWidth()
100 *decoder->glyph_width = cf2_fixedToInt( width ); in cf2_setGlyphWidth()
140 FT_ASSERT( outline && outline->decoder ); in cf2_builder_moveTo()
143 builder = &outline->decoder->builder; in cf2_builder_moveTo()
162 FT_ASSERT( outline && outline->decoder ); in cf2_builder_lineTo()
165 builder = &outline->decoder->builder; in cf2_builder_lineTo()
206 FT_ASSERT( outline && outline->decoder ); in cf2_builder_cubeTo()
209 builder = &outline->decoder->builder; in cf2_builder_cubeTo()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp78 const void *Decoder);
83 const void *Decoder);
86 uint64_t Address, const void *Decoder);
89 uint64_t Address, const void *Decoder);
94 const void *Decoder);
99 const void *Decoder);
104 const void *Decoder);
109 const void *Decoder);
114 const void *Decoder);
119 const void *Decoder);
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp79 const void *Decoder);
84 const void *Decoder);
87 uint64_t Address, const void *Decoder);
90 uint64_t Address, const void *Decoder);
95 const void *Decoder);
100 const void *Decoder);
105 const void *Decoder);
110 const void *Decoder);
115 const void *Decoder);
120 const void *Decoder);
[all …]
/external/libavc/decoder/mvc/
Dlibmvcdec.cmake5 "${AVC_ROOT}/decoder/ih264d_api.c"
6 "${AVC_ROOT}/decoder/ih264d_bitstrm.c"
7 "${AVC_ROOT}/decoder/ih264d_cabac.c"
8 "${AVC_ROOT}/decoder/ih264d_cabac_init_tables.c"
9 "${AVC_ROOT}/decoder/ih264d_compute_bs.c"
10 "${AVC_ROOT}/decoder/ih264d_deblocking.c"
11 "${AVC_ROOT}/decoder/ih264d_dpb_mgr.c"
12 "${AVC_ROOT}/decoder/ih264d_format_conv.c"
13 "${AVC_ROOT}/decoder/ih264d_function_selector_generic.c"
14 "${AVC_ROOT}/decoder/ih264d_inter_pred.c"
[all …]
/external/flac/include/FLAC/
Dstream_decoder.h49 * decoder.
52 * \link flac_stream_decoder stream decoder \endlink module.
55 /** \defgroup flac_decoder FLAC/ \*_decoder.h: decoder interfaces
59 * This module describes the decoder layers provided by libFLAC.
61 * The stream decoder can be used to decode complete streams either from
66 * callback, the decoder function for sample-accurate seeking within the
70 * info see the \link flac_stream_decoder stream decoder \endlink module.
73 /** \defgroup flac_stream_decoder FLAC/stream_decoder.h: stream decoder interface
78 * decoder.
80 * The stream decoder can decode native FLAC, and optionally Ogg FLAC
[all …]
/external/libavc/decoder/
Dlibavcdec.cmake5 "${AVC_ROOT}/decoder/ih264d_api.c"
6 "${AVC_ROOT}/decoder/ih264d_bitstrm.c"
7 "${AVC_ROOT}/decoder/ih264d_cabac.c"
8 "${AVC_ROOT}/decoder/ih264d_cabac_init_tables.c"
9 "${AVC_ROOT}/decoder/ih264d_compute_bs.c"
10 "${AVC_ROOT}/decoder/ih264d_deblocking.c"
11 "${AVC_ROOT}/decoder/ih264d_dpb_mgr.c"
12 "${AVC_ROOT}/decoder/ih264d_format_conv.c"
13 "${AVC_ROOT}/decoder/ih264d_function_selector_generic.c"
14 "${AVC_ROOT}/decoder/ih264d_inter_pred.c"
[all …]
/external/OpenCSD/decoder/docs/
Dexternal_custom.md4 @brief A description of the C API external decoder interface.
9 An external custom decoder is one which decodes a CoreSight trace byte stream from a source other
14 The external decoder API allows a suitable decoder to be attached to the library and used in the
15 same way as the built-in decoders. This means that the external decoder can be created and destroyed
19 An external decoder will be required to use three standard structures:-
21 - `ocsd_extern_dcd_fact_t` : This is a decoder "factory" that allows the creation of the custom dec…
22 … `ocsd_extern_dcd_inst_t` : This structure provides decoder data to the library for a single decod…
23 …_fns` : This structure provides a set of callback functions allowing the decoder to use library fu…
27 Registering A Decoder
30 A single API function is provided to allow a decoder to be registered with the library by name.
[all …]
/external/pigweed/pw_protobuf/
Dstream_decoder_test.cc74 StreamDecoder decoder(reader); in TEST() local
76 EXPECT_EQ(decoder.Next(), OkStatus()); in TEST()
77 ASSERT_EQ(decoder.FieldNumber().value(), 1u); in TEST()
78 Result<int32_t> int32 = decoder.ReadInt32(); in TEST()
82 EXPECT_EQ(decoder.Next(), OkStatus()); in TEST()
83 ASSERT_EQ(decoder.FieldNumber().value(), 2u); in TEST()
84 Result<int32_t> sint32 = decoder.ReadSint32(); in TEST()
88 EXPECT_EQ(decoder.Next(), OkStatus()); in TEST()
89 ASSERT_EQ(decoder.FieldNumber().value(), 3u); in TEST()
90 Result<bool> boolean = decoder.ReadBool(); in TEST()
[all …]
Ddecoder_test.cc15 #include "pw_protobuf/decoder.h"
27 Status ProcessField(CallbackDecoder& decoder, in ProcessField() argument
33 EXPECT_EQ(OkStatus(), decoder.ReadInt32(&test_int32)); in ProcessField()
36 EXPECT_EQ(OkStatus(), decoder.ReadSint32(&test_sint32)); in ProcessField()
39 EXPECT_EQ(OkStatus(), decoder.ReadBool(&test_bool)); in ProcessField()
42 EXPECT_EQ(OkStatus(), decoder.ReadDouble(&test_double)); in ProcessField()
45 EXPECT_EQ(OkStatus(), decoder.ReadFixed32(&test_fixed32)); in ProcessField()
48 EXPECT_EQ(OkStatus(), decoder.ReadString(&str)); in ProcessField()
67 TEST(Decoder, Decode) { in TEST() argument
85 Decoder decoder(as_bytes(span(encoded_proto))); in TEST() local
[all …]
/external/libavc/
DAndroid.bp22 "decoder",
30 "decoder",
31 "decoder/mvc",
54 "decoder",
55 "decoder/svc",
185 "decoder/arm",
211 "decoder/arm",
230 "decoder/x86",
243 "decoder/x86",
265 "decoder",
[all …]
/external/capstone/arch/AArch64/
DAArch64Disassembler.c43 const void *Decoder);
47 const void *Decoder);
50 const void *Decoder);
53 const void *Decoder);
56 const void *Decoder);
59 const void *Decoder);
62 const void *Decoder);
65 const void *Decoder);
68 const void *Decoder);
71 const void *Decoder);
[all …]
/external/flac/src/test_libFLAC/
Ddecoders.c76 static FLAC__bool die_s_(const char *msg, const FLAC__StreamDecoder *decoder) in die_s_() argument
78 FLAC__StreamDecoderState state = FLAC__stream_decoder_get_state(decoder); in die_s_()
108 printf("\n\ngenerating %sFLAC file for decoder tests...\n", is_ogg? "Ogg ":""); in generate_file_()
127 …coderReadStatus stream_decoder_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffe… in stream_decoder_read_callback_() argument
132 (void)decoder; in stream_decoder_read_callback_()
162 …coderSeekStatus stream_decoder_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 abs… in stream_decoder_seek_callback_() argument
166 (void)decoder; in stream_decoder_seek_callback_()
184 …coderTellStatus stream_decoder_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *ab… in stream_decoder_tell_callback_() argument
189 (void)decoder; in stream_decoder_tell_callback_()
210 …rLengthStatus stream_decoder_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *st… in stream_decoder_length_callback_() argument
[all …]
/external/capstone/arch/Mips/
DMipsDisassembler.c45 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
48 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
51 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder);
54 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder);
57 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder);
60 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
63 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
66 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
69 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
72 unsigned RegNo, uint64_t Address, const MCRegisterInfo *Decoder);
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/text/
DExoplayerCuesDecoderTest.java34 private ExoplayerCuesDecoder decoder; field in ExoplayerCuesDecoderTest
40 decoder = new ExoplayerCuesDecoder(); in setUp()
45 decoder.release(); in tearDown()
50 SubtitleInputBuffer inputBuffer = decoder.dequeueInputBuffer(); in decoder_outputsSubtitle()
52 decoder.queueInputBuffer(inputBuffer); in decoder_outputsSubtitle()
53 SubtitleOutputBuffer outputBuffer = decoder.dequeueOutputBuffer(); in decoder_outputsSubtitle()
66 assertThat(decoder.dequeueOutputBuffer()).isNull(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
68 SubtitleInputBuffer inputBuffer = decoder.dequeueInputBuffer(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
71 assertThat(decoder.dequeueOutputBuffer()).isNull(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
74 decoder.queueInputBuffer(inputBuffer); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/text/
DExoplayerCuesDecoderTest.java34 private ExoplayerCuesDecoder decoder; field in ExoplayerCuesDecoderTest
40 decoder = new ExoplayerCuesDecoder(); in setUp()
45 decoder.release(); in tearDown()
50 SubtitleInputBuffer inputBuffer = decoder.dequeueInputBuffer(); in decoder_outputsSubtitle()
52 decoder.queueInputBuffer(inputBuffer); in decoder_outputsSubtitle()
53 SubtitleOutputBuffer outputBuffer = decoder.dequeueOutputBuffer(); in decoder_outputsSubtitle()
66 assertThat(decoder.dequeueOutputBuffer()).isNull(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
68 SubtitleInputBuffer inputBuffer = decoder.dequeueInputBuffer(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
71 assertThat(decoder.dequeueOutputBuffer()).isNull(); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
74 decoder.queueInputBuffer(inputBuffer); in dequeueOutputBuffer_returnsNullWhenInputBufferIsNotQueued()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp85 const void *Decoder);
90 const void *Decoder);
95 const void *Decoder);
100 const void *Decoder);
105 const void *Decoder);
110 const void *Decoder);
115 const void *Decoder);
120 const void *Decoder);
125 const void *Decoder);
130 const void *Decoder);
[all …]

12345678910>>...144