Home
last modified time | relevance | path

Searched refs:transcode (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-icu-transcode.js22 const dest = buffer.transcode(orig, 'utf8', test);
29 const dest = buffer.transcode(Buffer.from(tests.ucs2), 'ucs2', 'utf8');
36 const utf8_to_ucs2 = buffer.transcode(utf8, 'utf8', 'ucs2');
37 const ucs2_to_utf8 = buffer.transcode(ucs2, 'ucs2', 'utf8');
45 () => buffer.transcode(null, 'utf8', 'ascii'),
55 () => buffer.transcode(Buffer.from('a'), 'b', 'utf8'),
56 /^Error: Unable to transcode Buffer \[U_ILLEGAL_ARGUMENT_ERROR\]/
60 () => buffer.transcode(Buffer.from('a'), 'uf8', 'b'),
61 /^Error: Unable to transcode Buffer \[U_ILLEGAL_ARGUMENT_ERROR\]$/
65 buffer.transcode(Buffer.from('hi', 'ascii'), 'ascii', 'utf16le'),
[all …]
/third_party/ffmpeg/tests/fate/
Dffmpeg.mak92 fate-copy-trac3074: CMD = transcode eac3 $(TARGET_SAMPLES)/eac3/csi_miami_stereo_128_spx.eac3\
97 fate-copy-trac236: CMD = transcode mov $(TARGET_SAMPLES)/mov/fcp_export8-236.mov\
102 fate-copy-trac4914: CMD = transcode mpegts $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts\
107 fate-copy-trac4914-avi: CMD = transcode mpegts $(TARGET_SAMPLES)/mpeg2/xdcam8mp2-1s_small.ts\
112 fate-copy-trac2211-avi: CMD = transcode "h264 -r 14" $(TARGET_SAMPLES)/h264/bbc2.sample.h264\
117 fate-copy-apng: CMD = transcode apng tests/data/lavf/lavf.apng apng "-c:v copy"
127 fate-copy-psp: CMD = transcode "mov" $(TARGET_SAMPLES)/h264/wwwq_cut.mp4\
138 fate-rgb24-mkv: CMD = transcode "mov" $(TARGET_SAMPLES)/qtrle/aletrek-rle.mov\
143 fate-adtstoasc_ticket3715: CMD = transcode "aac" $(TARGET_SAMPLES)/aac/foo.aac\
148 fate-h264_mp4toannexb_ticket2991: CMD = transcode "mp4" $(TARGET_SAMPLES)/h264/wwwq_cut.mp4\
[all …]
Dmatroska.mak49 fate-matroska-flac-extradata-update: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/flac_channel_la…
58 fate-webm-dash-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo…
68 fate-matroska-zero-length-block: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/zero_length_block.m…
76 fate-matroska-spherical-mono-remux: CMD = transcode matroska $(TARGET_SAMPLES)/mkv/spherical.mkv ma…
91 fate-matroska-mastering-display-metadata: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Meridian-Apple_…
101 fate-matroska-vp8-alpha-remux: CMD = transcode matroska $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_…
109 fate-matroska-mpegts-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/mpegts/pmtchange.ts matroska "…
Dsubtitles.mak13 FATE_SUBTITLES_ASS-$(call DEMDEC, ASS, ASS) += fate-sub-ass-to-ass-transcode
14 fate-sub-ass-to-ass-transcode: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/1ededcbd7b.ass
Dmxf.mak49 fate-mxf-d10-user-comments: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Avid-00005.mxf mxf_d10 "-c:v …
Daac.mak243 fate-aac-autobsf-adtstoasc: CMD = transcode "aac" $(TARGET_SAMPLES)/audiomatch/tones_afconvert_1600…
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodeplugin.c41 transcode,
/third_party/gstreamer/gstplugins_bad/docs/libs/transcoder/
Dindex.md3 High level API to transcode streams
/third_party/ffmpeg/
DREADME.OpenSource8 …": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, str…
/third_party/gstreamer/gstplugins_bad/gst/
Dmeson.build13 'timecode', 'transcode', 'videofilters',
/third_party/node/lib/
Dbuffer.js1198 let transcode; variable
1202 transcode: _transcode
1207 transcode = function transcode(source, fromEncoding, toEncoding) { function
1269 transcode, property
/third_party/libxml2/os400/
DREADME400106 #include <libxml/transcode.h>
149 libxml/transcode.h inclusion.
161 #include <libxml/transcode.h>
Dmake-src.sh114 OS400SYMS=`cat os400/transcode.h os400/rpgsupport.h |
/third_party/curl/docs/cmdline-opts/
Dupload-file.d33 formatted correctly by the user as curl will not transcode nor encode it
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTranscodingSupportTests.cpp275 …virtual void transcode (std::vector<deUint8>& srcData, std::vector<deUint8>& dstData, de:…
290 transcode(srcData, dstData, outputImage); in iterate()
300 void GraphicsAttachmentsTestInstance::transcode (std::vector<deUint8>& srcData, std::vector<deUint8… in transcode() function in vkt::image::__anon1c258b960111::GraphicsAttachmentsTestInstance
542 …void transcode (std::vector<deUint8>& srcData, std::vector<deUint8>& dstData, de::MovePtr<…
550 void GraphicsTextureTestInstance::transcode (std::vector<deUint8>& srcData, std::vector<deUint8>& d… in transcode() function in vkt::image::__anon1c258b960111::GraphicsTextureTestInstance
/third_party/node/doc/api/
Dintl.md20 * [`require('buffer').transcode()`][]
56 | [`require('buffer').transcode()`][] | none (function does not exist) | full …
211 [`require('buffer').transcode()`]: buffer.md#buffer_buffer_transcode_source_fromenc_toenc
/third_party/ffmpeg/doc/
Dmetadata.texi74 metadata from an input file to an ffmetadata file, and then transcode
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js97 transcode: function (...args) { method
/third_party/flutter/skia/third_party/externals/libwebp/
DNEWS25 * gif2webp fix for loop count=65535 transcode (issue #382)
/third_party/ffmpeg/tests/
Dfate-run.sh219 transcode(){ function
/third_party/skia/third_party/externals/libwebp/
DNEWS60 * gif2webp fix for loop count=65535 transcode (issue #382)
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt158 option('transcode', type : 'feature', value : 'auto', description : 'Transcode plugin') feature
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template1403 // So, now we transcode to UTF16,
1867 // and transcode them to utf16 (either one or two utf16 chars).
1913 // So, now we transcode to UTF16,
DValues_cpp.template409 // do the (trivial) transcode to STRING8 on the wire, but if it's
/third_party/ffmpeg/fftools/
Dffmpeg.c4767 static int transcode(void) in transcode() function
5010 if (transcode() < 0) in main()

12