Home
last modified time | relevance | path

Searched refs:old_format (Results 1 - 5 of 5) sorted by relevance

/third_party/libsnd/programs/
H A 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/
H A Drmdec.c61 int old_format; member
491 rm->old_format = 1; in rm_read_header_old()
1024 if (rm->old_format) { in rm_read_packet()
1099 if(rm->old_format) in rm_read_dts()
/third_party/pulseaudio/src/pulsecore/
H A 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()
H A Dsink.c3987 pa_sample_format_t old_format; in pa_sink_set_sample_format() local
3992 old_format = s->sample_spec.format; in pa_sink_set_sample_format()
3993 if (old_format == format) in pa_sink_set_sample_format()
3997 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/
H A 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()

Completed in 21 milliseconds