Home
last modified time | relevance | path

Searched defs:decoder (Results 101 - 125 of 157) sorted by relevance

1234567

/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java1885 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush) smBufDecode() argument
1890 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray) smBufDecode() argument
1895 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean throwException, boolean flush, boolean backedByArray, int targetLimit) smBufDecode() argument
2637 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target) smBufDecode() argument
2640 smBufDecode(CharsetDecoder decoder, String encoding, ByteBuffer source, CharBuffer target, boolean backedByArray) smBufDecode() argument
[all...]
/third_party/libsnd/src/
H A Dogg_opus.c564 OpusMSDecoder *decoder ; in ogg_opus_setup_decoder() local
[all...]
H A Dalac.c57 { ALAC_DECODER decoder ; member
/third_party/mesa3d/src/asahi/lib/
H A Ddecode.c271 agxdecode_stateful(uint64_t va, const char *label, decode_cmd decoder, bool verbose) in agxdecode_stateful() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h282 struct pipe_video_codec templat, *decoder; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c404 nouveau_decoder_begin_frame(struct pipe_video_codec *decoder, in nouveau_decoder_begin_frame() argument
411 nouveau_decoder_decode_macroblock(struct pipe_video_codec *decoder, in nouveau_decoder_decode_macroblock() argument
458 nouveau_decoder_end_frame(struct pipe_video_codec *decoder, in nouveau_decoder_end_frame() argument
465 nouveau_decoder_flush(struct pipe_video_codec *decoder) in nouveau_decoder_flush() argument
473 nouveau_decoder_destroy(struct pipe_video_codec *decoder) in nouveau_decoder_destroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c124 nv84_decoder_decode_bitstream_h264(struct pipe_video_codec *decoder, in nv84_decoder_decode_bitstream_h264() argument
143 nv84_decoder_flush(struct pipe_video_codec *decoder) in nv84_decoder_flush() argument
148 nv84_decoder_begin_frame_h264(struct pipe_video_codec *decoder, in nv84_decoder_begin_frame_h264() argument
155 nv84_decoder_end_frame_h264(struct pipe_video_codec *decoder, in nv84_decoder_end_frame_h264() argument
162 nv84_decoder_decode_bitstream_mpeg12(struct pipe_video_codec *decoder, in nv84_decoder_decode_bitstream_mpeg12() argument
182 nv84_decoder_begin_frame_mpeg12(struct pipe_video_codec *decoder, in nv84_decoder_begin_frame_mpeg12() argument
205 nv84_decoder_end_frame_mpeg12(struct pipe_video_codec *decoder, in nv84_decoder_end_frame_mpeg12() argument
216 nv84_decoder_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) nv84_decoder_decode_macroblock() argument
232 nv84_decoder_destroy(struct pipe_video_codec *decoder) nv84_decoder_destroy() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetLMBCS.java533 CharsetDecoderMBCS decoder; field in CharsetLMBCS.UConverterDataLMBCS
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c963 vl_mpg12_bs_init(struct vl_mpg12_bs *bs, struct pipe_video_codec *decoder) in vl_mpg12_bs_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.h168 struct intel_batch_decode_ctx decoder; member
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c212 OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *decoder, in ossl_decoder_instance_new() argument
310 OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder) OSSL_DECODER_CTX_add_decoder() argument
357 collect_all_decoders(OSSL_DECODER *decoder, void *arg) collect_all_decoders() argument
366 collect_extra_decoder(OSSL_DECODER *decoder, void *arg) collect_extra_decoder() argument
624 OSSL_DECODER *decoder = NULL; OSSL_DECODER_export() local
680 OSSL_DECODER *decoder = NULL; decoder_process() local
[all...]
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c212 OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *decoder, in ossl_decoder_instance_new() argument
310 OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder) OSSL_DECODER_CTX_add_decoder() argument
357 collect_all_decoders(OSSL_DECODER *decoder, void *arg) collect_all_decoders() argument
366 collect_extra_decoder(OSSL_DECODER *decoder, void *arg) collect_extra_decoder() argument
624 OSSL_DECODER *decoder = NULL; OSSL_DECODER_export() local
680 OSSL_DECODER *decoder = NULL; decoder_process() local
[all...]
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp515 HeifDecoder* decoder = nullptr; in createHeifDecoder() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c1262 CFF_Decoder decoder; in FT_LOCAL_DEF() local
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c2422 ps_decoder_init( PS_Decoder* ps_decoder, void* decoder, FT_Bool is_t1 ) ps_decoder_init() argument
H A Dt1decode.c188 t1_lookup_glyph_by_stdcharcode( T1_Decoder decoder, in t1_lookup_glyph_by_stdcharcode() argument
258 t1operator_seac( T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) t1operator_seac() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttsbit.c494 tt_sbit_decoder_init( TT_SBitDecoder decoder, in tt_sbit_decoder_init() argument
564 tt_sbit_decoder_alloc_bitmap( TT_SBitDecoder decoder, FT_Bool metrics_only ) tt_sbit_decoder_alloc_bitmap() argument
643 tt_sbit_decoder_load_metrics( TT_SBitDecoder decoder, FT_Byte* *pp, FT_Byte* limit, FT_Bool big ) tt_sbit_decoder_load_metrics() argument
710 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_byte_aligned() argument
852 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_bit_aligned() argument
985 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_compound() argument
1059 tt_sbit_decoder_load_png( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count ) tt_sbit_decoder_load_png() argument
1108 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) tt_sbit_decoder_load_bitmap() argument
1258 tt_sbit_decoder_load_image( TT_SBitDecoder decoder, FT_UInt glyph_index, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) tt_sbit_decoder_load_image() argument
1613 TT_SBitDecoderRec decoder[1]; FT_LOCAL() local
[all...]
/third_party/python/Python/
H A Dcodecs.c512 PyObject *decoder; in PyCodec_Decode() local
455 _PyCodec_DecodeInternal(PyObject *object, PyObject *decoder, const char *encoding, const char *errors) _PyCodec_DecodeInternal() argument
607 PyObject *decoder; _PyCodec_DecodeText() local
[all...]
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py57 from google.protobuf.internal import decoder namespace
/third_party/python/Modules/_io/
H A Dstringio.c41 PyObject *decoder; member
[all...]
/third_party/curl/lib/vtls/
H A Dbearssl.c49 br_x509_decoder_context decoder; member
/third_party/lzma/C/
H A DXz.h256 CMixCoder decoder; member
/third_party/lame/misc/
H A Dabx.c906 const decoder_t decoder [] = { variable
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c971 static void ruvd_destroy(struct pipe_video_codec *decoder) in ruvd_destroy() argument
1003 static void ruvd_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, in ruvd_begin_frame() argument
1023 static void ruvd_decode_macroblock(struct pipe_video_codec *decoder, in ruvd_decode_macroblock() argument
1036 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
1077 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
1208 ruvd_flush(struct pipe_video_codec *decoder) ruvd_flush() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c797 static void ruvd_destroy(struct pipe_video_codec *decoder) in ruvd_destroy() argument
829 static void ruvd_begin_frame(struct pipe_video_codec *decoder, in ruvd_begin_frame() argument
851 static void ruvd_decode_macroblock(struct pipe_video_codec *decoder, in ruvd_decode_macroblock() argument
864 ruvd_decode_bitstream(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) ruvd_decode_bitstream() argument
923 ruvd_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) ruvd_end_frame() argument
1027 ruvd_flush(struct pipe_video_codec *decoder) ruvd_flush() argument
[all...]

Completed in 31 milliseconds

1234567