/third_party/ffmpeg/libavformat/ |
D | mkvtimestamp_v2.c | 25 static int write_header(AVFormatContext *s) in write_header() function 48 .write_header = write_header,
|
D | filmstripenc.c | 33 static int write_header(AVFormatContext *s) in write_header() function 69 .write_header = write_header,
|
D | ffmetaenc.c | 52 static int write_header(AVFormatContext *s) in write_header() function 94 .write_header = write_header,
|
D | flacenc.c | 37 int write_header; member 224 } else if (!c->write_header) { in flac_init() 265 if (!c->write_header) in flac_write_header() 329 if (!c->write_header || !c->updated_streaminfo) in flac_write_trailer() 403 …{ "write_header", "Write the file header", offsetof(FlacMuxerContext, write_header), AV_OPT_TYPE_B… 423 .write_header = flac_write_header,
|
D | img2enc.c | 51 static int write_header(AVFormatContext *s) in write_header() function 268 .write_header = write_header, 281 .write_header = write_header,
|
D | bit.c | 123 static int write_header(AVFormatContext *s) in write_header() function 165 .write_header = write_header,
|
D | chromaprint.c | 59 static int write_header(AVFormatContext *s) in write_header() function 187 .write_header = write_header,
|
D | uncodedframecrcenc.c | 122 static int write_header(struct AVFormatContext *s) in write_header() function 172 .write_header = write_header,
|
D | assenc.c | 46 static int write_header(AVFormatContext *s) in write_header() function 236 .write_header = write_header,
|
D | jacosubenc.c | 37 .write_header = jacosub_write_header,
|
D | a64.c | 66 .write_header = a64_write_header,
|
/third_party/libsnd/src/ |
D | sndfile.c | 1055 if (psf->write_header) in sf_command() 1056 psf->write_header (psf, SF_TRUE) ; in sf_command() 1105 if (psf->write_header) in sf_command() 1106 psf->write_header (psf, SF_TRUE) ; in sf_command() 1232 if (psf->write_header) in sf_command() 1233 psf->write_header (psf, SF_TRUE) ; in sf_command() 1260 if (psf->write_header) in sf_command() 1261 psf->write_header (psf, SF_TRUE) ; in sf_command() 2128 if (psf->have_written == SF_FALSE && psf->write_header != NULL) in sf_write_raw() 2129 { if ((psf->error = psf->write_header (psf, SF_FALSE))) in sf_write_raw() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_loader.py | 16 def write_header(data_source_name, function 100 write_header(data_source_name, all_cmds, "egl", libegl_preamble, path, "LIBEGL", "", "EGL_", 133 write_header(data_source_name, all_cmds, "gles", util_gles_preamble, path, "UTIL", export=ex) 156 write_header(data_source_name, all_cmds, "egl", util_egl_preamble, path, "UTIL", export=ex) 184 write_header(source, all_cmds, "wgl", util_wgl_preamble, path, "UTIL_WINDOWS", "_")
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_loader.py | 18 def write_header(data_source_name, function 123 write_header( 161 write_header( 198 write_header( 257 write_header(source, all_cmds, "wgl", util_wgl_preamble, path, "UTIL_WINDOWS", "_")
|
/third_party/ffmpeg/libavdevice/ |
D | v4l2enc.c | 29 static av_cold int write_header(AVFormatContext *s1) in write_header() function 118 .write_header = write_header,
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wrtarga.c | 48 write_header(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header() function 167 write_header(cinfo, dinfo, 0); in start_output_tga() 178 write_header(cinfo, dinfo, num_colors); in start_output_tga() 188 write_header(cinfo, dinfo, 0); in start_output_tga()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wrtarga.c | 48 write_header(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header() function 170 write_header(cinfo, dinfo, 0); in start_output_tga() 181 write_header(cinfo, dinfo, num_colors); in start_output_tga() 191 write_header(cinfo, dinfo, 0); in start_output_tga()
|
/third_party/libjpeg-turbo/ |
D | wrtarga.c | 48 write_header(j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, int num_colors) in write_header() function 170 write_header(cinfo, dinfo, 0); in start_output_tga() 181 write_header(cinfo, dinfo, num_colors); in start_output_tga() 191 write_header(cinfo, dinfo, 0); in start_output_tga()
|
/third_party/flutter/skia/tools/ |
D | build_workaround_header.py | 30 def write_header(filename, workarounds): function 65 write_header(options.output_file, workarounds)
|
/third_party/skia/tools/ |
D | build_workaround_header.py | 30 def write_header(filename, workarounds): function 65 write_header(options.output_file, workarounds)
|
/third_party/boost/libs/log/example/doc/ |
D | sinks_xml_file.cpp | 47 void write_header(sinks::text_file_backend::stream_type& file) 74 sink->locked_backend()->set_open_handler(&write_header);
|
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar-text.c | 336 gboolean write_header = FALSE; in soup_cookie_jar_text_changed() local 339 write_header = TRUE; in soup_cookie_jar_text_changed() 347 if (write_header) { in soup_cookie_jar_text_changed()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | gen_packed_gl_enums.py | 117 def write_header(enums, path_prefix, file_name, data_source_name, includes, namespace, function 273 write_header(enums, path_prefix, output_file + '_autogen.h', json_file, includes,
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | gen_packed_gl_enums.py | 109 def write_header(enums, path_prefix, file_name, data_source_name, namespace, api_enum_name): function 264 write_header(enums, path_prefix, output_file + '_autogen.h', json_file, namespace,
|
/third_party/boost/libs/beast/test/doc/ |
D | http_snippets.cpp | 163 write_header(sock, sr); in fxx() 226 write_header(sock, sr); in fxx() 270 write_header(sock, sr); in fxx()
|