Searched refs:hip_decode1_headers (Results 1 – 5 of 5) sorted by relevance
/third_party/lame/libmp3lame/ |
D | mpglib_interface.c | 614 hip_decode1_headers(hip_t hip, unsigned char *buffer, in hip_decode1_headers() function 637 return hip_decode1_headers(hip, buffer, len, pcm_l, pcm_r, &mp3data); in hip_decode1() 657 … switch (ret = hip_decode1_headers(hip, buffer, len, pcm_l + totsize, pcm_r + totsize, mp3data)) { in hip_decode_headers()
|
/third_party/lame/include/ |
D | lame.def | 269 hip_decode1_headers @1105
|
D | libmp3lame.sym | 194 hip_decode1_headers
|
D | lame.h | 1106 int CDECL hip_decode1_headers( hip_t gfp
|
/third_party/lame/frontend/ |
D | get_audio.c | 2370 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile() 2380 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile() 2387 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile()
|