Home
last modified time | relevance | path

Searched refs:write_header (Results 1 – 25 of 167) sorted by relevance

1234567

/third_party/ffmpeg/libavformat/
Dmkvtimestamp_v2.c25 static int write_header(AVFormatContext *s) in write_header() function
48 .write_header = write_header,
Dfilmstripenc.c33 static int write_header(AVFormatContext *s) in write_header() function
69 .write_header = write_header,
Dffmetaenc.c52 static int write_header(AVFormatContext *s) in write_header() function
94 .write_header = write_header,
Dflacenc.c37 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,
Dimg2enc.c51 static int write_header(AVFormatContext *s) in write_header() function
268 .write_header = write_header,
281 .write_header = write_header,
Dbit.c123 static int write_header(AVFormatContext *s) in write_header() function
165 .write_header = write_header,
Dchromaprint.c59 static int write_header(AVFormatContext *s) in write_header() function
187 .write_header = write_header,
Duncodedframecrcenc.c122 static int write_header(struct AVFormatContext *s) in write_header() function
172 .write_header = write_header,
Dassenc.c46 static int write_header(AVFormatContext *s) in write_header() function
236 .write_header = write_header,
Djacosubenc.c37 .write_header = jacosub_write_header,
Da64.c66 .write_header = a64_write_header,
/third_party/libsnd/src/
Dsndfile.c1055 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/
Dgenerate_loader.py16 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/
Dgenerate_loader.py18 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/
Dv4l2enc.c29 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/
Dwrtarga.c48 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/
Dwrtarga.c48 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/
Dwrtarga.c48 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/
Dbuild_workaround_header.py30 def write_header(filename, workarounds): function
65 write_header(options.output_file, workarounds)
/third_party/skia/tools/
Dbuild_workaround_header.py30 def write_header(filename, workarounds): function
65 write_header(options.output_file, workarounds)
/third_party/boost/libs/log/example/doc/
Dsinks_xml_file.cpp47 void write_header(sinks::text_file_backend::stream_type& file)
74 sink->locked_backend()->set_open_handler(&write_header);
/third_party/libsoup/libsoup/
Dsoup-cookie-jar-text.c336 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/
Dgen_packed_gl_enums.py117 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/
Dgen_packed_gl_enums.py109 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/
Dhttp_snippets.cpp163 write_header(sock, sr); in fxx()
226 write_header(sock, sr); in fxx()
270 write_header(sock, sr); in fxx()

1234567