Searched refs:resample_changed (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c994 int size_out, frame_bytes, resample_changed; local
1024 resample_changed = ost->resample_sample_fmt != dec->sample_fmt ||
1028 if ((ost->audio_resample && !ost->resample) || resample_changed) {
1029 if (resample_changed) {
1284 int resample_changed = 0; local
1287 resample_changed = ost->resample_width != in_picture->width ||
1291 if (resample_changed) {
1303 if (resample_changed) {
1322 if (resample_changed) {
1962 int frame_size, resample_changed; local
[all...]
H A Dffmpeg.c765 int size_out, frame_bytes, ret, resample_changed; local
799 resample_changed = ost->resample_sample_fmt != dec->sample_fmt ||
803 if ((ost->audio_resample && !ost->resample) || resample_changed) {
804 if (resample_changed) {
1114 int nb_frames, i, ret, resample_changed; local
1161 resample_changed = ost->resample_width != dec->width ||
1165 if (resample_changed) {
1178 if (resample_changed) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c1721 int i, ret, err = 0, resample_changed; local
1766 resample_changed = ist->resample_sample_fmt != decoded_frame->format ||
1770 if (resample_changed) {
1854 int i, ret = 0, err = 0, resample_changed; local
1931 resample_changed = ist->resample_width != decoded_frame->width ||
1934 if (resample_changed) {

Completed in 129 milliseconds