/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 65 Decoder decoder; in CheckAndMaybeDisassembleMovprfxPairs() local
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | prctl.rs | 181 let mut decoder = flate2::bufread::GzDecoder::new(compressed_bytes.as_slice()); in load_linux_kernel_config() variables
|
/third_party/ffmpeg/libavcodec/ |
H A D | libjxldec.c | 47 JxlDecoder *decoder; member [all...] |
H A D | libaomdec.c | 39 struct aom_codec_ctx decoder; member [all...] |
H A D | vdpau_internal.h | 82 VdpDecoder decoder; member
|
H A D | dfa.c | 331 static const chunk_decoder decoder[8] = { variable
|
H A D | libaribb24.c | 37 arib_decoder_t *decoder; member [all...] |
H A D | libvpxdec.c | 45 struct vpx_codec_ctx decoder; member 201 static int decode_frame(AVCodecContext *avctx, vpx_codec_ctx_t *decoder, in decode_frame() argument 87 vpx_init(AVCodecContext *avctx, struct vpx_codec_ctx* decoder, const struct vpx_codec_iface *iface) vpx_init() argument [all...] |
H A D | rkmppdec.c | 92 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; in rkmpp_write_data() local 133 RKMPPDecoder *decoder = (RKMPPDecoder *)data; in rkmpp_release_decoder() local 155 RKMPPDecoder *decoder = NULL; rkmpp_init_decoder() local 272 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; rkmpp_send_packet() local 323 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; rkmpp_retrieve_frame() local 499 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; rkmpp_receive_frame() local 539 RKMPPDecoder *decoder = (RKMPPDecoder *)rk_context->decoder_ref->data; rkmpp_flush() local [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | InputFile.java | 38 private CharsetDecoder decoder; field in InputFile
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | xvmc_private.h | 55 struct pipe_video_codec *decoder; member
|
H A D | surface.c | 225 struct pipe_video_codec *decoder; in XvMCRenderSurface() local [all...] |
/third_party/node/src/ |
H A D | string_decoder.cc | 267 StringDecoder* decoder = in DecodeData() local 282 StringDecoder* decoder = in FlushData() local
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | internal.js | |
H A D | dbcs-codec.js | |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 31 nv98_decoder_decode_bitstream(struct pipe_video_codec *decoder, in nv98_decoder_decode_bitstream() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video.c | 29 nvc0_decoder_begin_frame(struct pipe_video_codec *decoder, in nvc0_decoder_begin_frame() argument 47 nvc0_decoder_decode_bitstream(struct pipe_video_codec *decoder, in nvc0_decoder_decode_bitstream() argument 66 nvc0_decoder_end_frame(struct pipe_video_codec *decoder, in nvc0_decoder_end_frame() argument
|
/third_party/skia/src/ports/ |
H A D | SkImageGeneratorNDK.cpp | 48 static bool set_android_bitmap_format(AImageDecoder* decoder, SkColorType colorType) { in set_android_bitmap_format() argument 53 static SkColorType colorType(AImageDecoder* decoder, const AImageDecoderHeaderInfo* headerInfo) { in colorType() argument 109 static bool set_target_size(AImageDecoder* decoder, const SkISize& size, const SkISize targetSize) { in set_target_size() argument 95 ImageGeneratorNDK(const SkImageInfo& info, sk_sp<SkData> data, AImageDecoder* decoder) ImageGeneratorNDK() argument 161 AImageDecoder* decoder; onGetPixels() local [all...] |
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidgload.c | 339 T1_DecoderRec decoder; FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psfont.c | 245 PS_Decoder* decoder = font->decoder; in cf2_font_setup() local
|
H A D | psfont.h | 94 PS_Decoder* decoder; member
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
H A D | t1gload.c | 42 T1_Parse_Glyph_And_Get_Char_String( T1_Decoder decoder, in T1_Parse_Glyph_And_Get_Char_String() argument 216 T1_DecoderRec decoder; FT_LOCAL_DEF() local 283 T1_DecoderRec decoder; FT_LOCAL_DEF() local 354 T1_DecoderRec decoder; FT_LOCAL_DEF() local [all...] |
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestConversion.java | 670 stepToUnicode(ConversionCase cc, CharsetDecoder decoder, int step) stepToUnicode() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | decode.c | 153 vlVdpDecoderDestroy(VdpDecoder decoder) in vlVdpDecoderDestroy() argument 42 vlVdpDecoderCreate(VdpDevice device, VdpDecoderProfile profile, uint32_t width, uint32_t height, uint32_t max_references, VdpDecoder *decoder) vlVdpDecoderCreate() argument 177 vlVdpDecoderGetParameters(VdpDecoder decoder, VdpDecoderProfile *profile, uint32_t *width, uint32_t *height) vlVdpDecoderGetParameters() argument 558 vlVdpDecoderRender(VdpDecoder decoder, VdpVideoSurface target, VdpPictureInfo const *picture_info, uint32_t bitstream_buffer_count, VdpBitstreamBuffer const *bitstream_buffers) vlVdpDecoderRender() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder.cc | 24 HeapType consume_heap_type(Decoder* decoder, const WasmModule* module, in consume_heap_type() argument [all...] |