Home
last modified time | relevance | path

Searched refs:write_webm (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c610 int write_webm; member
842 stream->config.write_webm = 1; in new_stream()
907 config->write_webm = 0; in parse_stream_params()
1151 if (stream->config.write_webm && fseek(stream->file, 0, SEEK_CUR)) in open_output_file()
1155 if (stream->config.write_webm) { in open_output_file()
1164 if (!stream->config.write_webm) { in open_output_file()
1178 if (stream->config.write_webm) { in close_output_file()
1185 if (!stream->config.write_webm) { in close_output_file()
1336 if (stream->config.write_webm) { in get_cx_data()
1346 if (!stream->config.write_webm) { in get_cx_data()
[all …]