Searched defs:ch_count (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 39 static double get(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){ in get() 59 static void set(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f, double v){ in set() 78 static void shift(uint8_t *a[], int index, int ch_count, enum AVSampleFormat f){ in shift()
|
/third_party/ffmpeg/libavfilter/ |
D | buffersrc.c | 77 #define CHECK_AUDIO_PARAM_CHANGE(s, c, srate, ch_layout, ch_count, format, pts)\ argument
|
/third_party/ffmpeg/libswresample/ |
D | swresample_internal.h | 48 int ch_count; ///< number of channels member
|