Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dwavdec.c64 int rifx; // RIFX: integer byte order for parameters is big endian member
138 size = next_tag(pb, &tag, wav->rifx); in find_tag()
184 ret = ff_get_wav_header(s, pb, (*st)->codecpar, size, wav->rifx); in wav_parse_fmt_tag()
366 wav->rifx = 1; in wav_read_header()
412 size = next_tag(pb, &tag, wav->rifx); in wav_read_header()
466 sample_count = (!wav->rifx ? avio_rl32(pb) : avio_rb32(pb)); in wav_read_header()
/third_party/libsnd/
D.gitignore23 *.rifx
/third_party/libsnd/tests/
Dwrite_read_test.tpl99 pcm_test_char ("char.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_PCM_U8, SF_FALSE) ;
100 pcm_test_short ("short.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_PCM_16, SF_FALSE) ;
101 pcm_test_24bit ("24bit.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_PCM_24, SF_FALSE) ;
102 pcm_test_int ("int.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_PCM_32, SF_FALSE) ;
111 pcm_test_float ("float.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_FLOAT , SF_FALSE) ;
112 pcm_test_double ("double.rifx" , SF_ENDIAN_BIG | SF_FORMAT_WAV | SF_FORMAT_DOUBLE, SF_FALSE) ;