/third_party/node/test/parallel/ |
D | test-icu-transcode.js | 22 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/ |
D | ffmpeg.mak | 92 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 …]
|
D | matroska.mak | 49 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 "…
|
D | subtitles.mak | 13 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
|
D | mxf.mak | 49 fate-mxf-d10-user-comments: CMD = transcode mxf $(TARGET_SAMPLES)/mxf/Avid-00005.mxf mxf_d10 "-c:v …
|
D | aac.mak | 243 fate-aac-autobsf-adtstoasc: CMD = transcode "aac" $(TARGET_SAMPLES)/audiomatch/tones_afconvert_1600…
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gsttranscodeplugin.c | 41 transcode,
|
/third_party/gstreamer/gstplugins_bad/docs/libs/transcoder/ |
D | index.md | 3 High level API to transcode streams
|
/third_party/ffmpeg/ |
D | README.OpenSource | 8 …": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, str…
|
/third_party/gstreamer/gstplugins_bad/gst/ |
D | meson.build | 13 'timecode', 'transcode', 'videofilters',
|
/third_party/node/lib/ |
D | buffer.js | 1198 let transcode; variable 1202 transcode: _transcode 1207 transcode = function transcode(source, fromEncoding, toEncoding) { function 1269 transcode, property
|
/third_party/libxml2/os400/ |
D | README400 | 106 #include <libxml/transcode.h> 149 libxml/transcode.h inclusion. 161 #include <libxml/transcode.h>
|
D | make-src.sh | 114 OS400SYMS=`cat os400/transcode.h os400/rpgsupport.h |
|
/third_party/curl/docs/cmdline-opts/ |
D | upload-file.d | 33 formatted correctly by the user as curl will not transcode nor encode it
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTranscodingSupportTests.cpp | 275 …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/ |
D | intl.md | 20 * [`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/ |
D | metadata.texi | 74 metadata from an input file to an ffmetadata file, and then transcode
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_buffer.js | 97 transcode: function (...args) { method
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | NEWS | 25 * gif2webp fix for loop count=65535 transcode (issue #382)
|
/third_party/ffmpeg/tests/ |
D | fate-run.sh | 219 transcode(){ function
|
/third_party/skia/third_party/externals/libwebp/ |
D | NEWS | 60 * gif2webp fix for loop count=65535 transcode (issue #382)
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 158 option('transcode', type : 'feature', value : 'auto', description : 'Transcode plugin') feature
|
/third_party/node/tools/inspector_protocol/lib/ |
D | encoding_cpp.template | 1403 // 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,
|
D | Values_cpp.template | 409 // do the (trivial) transcode to STRING8 on the wire, but if it's
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 4767 static int transcode(void) in transcode() function 5010 if (transcode() < 0) in main()
|