Home
last modified time | relevance | path

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

/third_party/libsnd/programs/
Dsndfile-convert.c108 { int old_format = sfinfo->format ; in report_format_error_exit() local
112 sfinfo->format = old_format & (SF_FORMAT_TYPEMASK | SF_FORMAT_SUBMASK) ; in report_format_error_exit()
/third_party/ffmpeg/libavformat/
Drmdec.c61 int old_format; member
492 rm->old_format = 1; in rm_read_header_old()
1032 if (rm->old_format) { in rm_read_packet()
1107 if(rm->old_format) in rm_read_dts()
/third_party/pulseaudio/src/pulsecore/
Dsource.c2953 pa_sample_format_t old_format; in pa_source_set_sample_format() local
2958 old_format = s->sample_spec.format; in pa_source_set_sample_format()
2959 if (old_format == format) in pa_source_set_sample_format()
2963 … s->name, pa_sample_format_to_string(old_format), pa_sample_format_to_string(format)); in pa_source_set_sample_format()
Dsink.c3984 pa_sample_format_t old_format; in pa_sink_set_sample_format() local
3989 old_format = s->sample_spec.format; in pa_sink_set_sample_format()
3990 if (old_format == format) in pa_sink_set_sample_format()
3994 … s->name, pa_sample_format_to_string(old_format), pa_sample_format_to_string(format)); in pa_sink_set_sample_format()
/third_party/mesa3d/src/mesa/main/
Dteximage.c6312 mesa_format old_format; in texture_buffer_range() local
6350 old_format = texObj->_BufferObjectFormat; in texture_buffer_range()
6357 if (old_format != format) { in texture_buffer_range()
/third_party/ffmpeg/
DChangelog97 - avformat/rmdec: Check old_format len for overflow