Home
last modified time | relevance | path

Searched defs:decoder (Results 51 - 75 of 157) sorted by relevance

1234567

/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc65 Decoder decoder; in CheckAndMaybeDisassembleMovprfxPairs() local
/third_party/rust/crates/rustix/tests/process/
H A Dprctl.rs181 let mut decoder = flate2::bufread::GzDecoder::new(compressed_bytes.as_slice()); in load_linux_kernel_config() variables
/third_party/ffmpeg/libavcodec/
H A Dlibjxldec.c47 JxlDecoder *decoder; member
[all...]
H A Dlibaomdec.c39 struct aom_codec_ctx decoder; member
[all...]
H A Dvdpau_internal.h82 VdpDecoder decoder; member
H A Ddfa.c331 static const chunk_decoder decoder[8] = { variable
H A Dlibaribb24.c37 arib_decoder_t *decoder; member
[all...]
H A Dlibvpxdec.c45 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 Drkmppdec.c92 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 DInputFile.java38 private CharsetDecoder decoder; field in InputFile
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dxvmc_private.h55 struct pipe_video_codec *decoder; member
H A Dsurface.c225 struct pipe_video_codec *decoder; in XvMCRenderSurface() local
[all...]
/third_party/node/src/
H A Dstring_decoder.cc267 StringDecoder* decoder = in DecodeData() local
282 StringDecoder* decoder = in FlushData() local
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js
H A Ddbcs-codec.js
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c31 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 Dnvc0_video.c29 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 DSkImageGeneratorNDK.cpp48 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 Dcidgload.c339 T1_DecoderRec decoder; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsfont.c245 PS_Decoder* decoder = font->decoder; in cf2_font_setup() local
H A Dpsfont.h94 PS_Decoder* decoder; member
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c42 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 DTestConversion.java670 stepToUnicode(ConversionCase cc, CharsetDecoder decoder, int step) stepToUnicode() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c153 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 Dfunction-body-decoder.cc24 HeapType consume_heap_type(Decoder* decoder, const WasmModule* module, in consume_heap_type() argument
[all...]

Completed in 16 milliseconds

1234567