Lines Matching defs:_of

145 static int op_get_data(OggOpusFile *_of,int _nbytes){  in op_get_data()
157 static int op_seek_helper(OggOpusFile *_of,opus_int64 _offset){ in op_seek_helper()
170 static opus_int64 op_position(const OggOpusFile *_of){ in op_position()
187 static opus_int64 op_get_next_page(OggOpusFile *_of,ogg_page *_og, in op_get_next_page()
319 static int op_get_prev_page_serial(OggOpusFile *_of,OpusSeekRecord *_sr, in op_get_prev_page_serial()
407 static opus_int64 op_get_last_page(OggOpusFile *_of,ogg_int64_t *_gp, in op_get_last_page()
476 static int op_fetch_headers_impl(OggOpusFile *_of,OpusHead *_head, in op_fetch_headers_impl()
568 static int op_fetch_headers(OggOpusFile *_of,OpusHead *_head, in op_fetch_headers()
764 static opus_int32 op_collect_audio_packets(OggOpusFile *_of, in op_collect_audio_packets()
828 static int op_find_initial_pcm_offset(OggOpusFile *_of, in op_find_initial_pcm_offset()
968 static int op_find_final_pcm_offset(OggOpusFile *_of, in op_find_final_pcm_offset()
1102 static int op_bisect_forward_serialno(OggOpusFile *_of, in op_bisect_forward_serialno()
1297 static void op_update_gain(OggOpusFile *_of){ in op_update_gain()
1341 static int op_make_decode_ready(OggOpusFile *_of){ in op_make_decode_ready()
1385 static int op_open_seekable2_impl(OggOpusFile *_of){ in op_open_seekable2_impl()
1412 static int op_open_seekable2(OggOpusFile *_of){ in op_open_seekable2()
1462 static void op_decode_clear(OggOpusFile *_of){ in op_decode_clear()
1476 static void op_clear(OggOpusFile *_of){ in op_clear()
1499 static int op_open1(OggOpusFile *_of, in op_open1()
1572 static int op_open2(OggOpusFile *_of){ in op_open2()
1680 int op_test_open(OggOpusFile *_of){ in op_test_open()
1690 void op_free(OggOpusFile *_of){ in op_free()
1697 int op_seekable(const OggOpusFile *_of){ in op_seekable()
1701 int op_link_count(const OggOpusFile *_of){ in op_link_count()
1705 ogg_uint32_t op_serialno(const OggOpusFile *_of,int _li){ in op_serialno()
1711 int op_channel_count(const OggOpusFile *_of,int _li){ in op_channel_count()
1715 opus_int64 op_raw_total(const OggOpusFile *_of,int _li){ in op_raw_total()
1726 ogg_int64_t op_pcm_total(const OggOpusFile *_of,int _li){ in op_pcm_total()
1756 const OpusHead *op_head(const OggOpusFile *_of,int _li){ in op_head()
1762 const OpusTags *op_tags(const OggOpusFile *_of,int _li){ in op_tags()
1774 int op_current_link(const OggOpusFile *_of){ in op_current_link()
1803 opus_int32 op_bitrate(const OggOpusFile *_of,int _li){ in op_bitrate()
1811 opus_int32 op_bitrate_instant(OggOpusFile *_of){ in op_bitrate_instant()
1830 static int op_fetch_and_process_page(OggOpusFile *_of, in op_fetch_and_process_page()
2087 int op_raw_seek(OggOpusFile *_of,opus_int64 _pos){ in op_raw_seek()
2116 static ogg_int64_t op_get_granulepos(const OggOpusFile *_of, in op_get_granulepos()
2164 static void op_buffer_continued_data(OggOpusFile *_of,ogg_page *_og){ in op_buffer_continued_data()
2188 static int op_pcm_seek_page(OggOpusFile *_of, in op_pcm_seek_page()
2508 int op_pcm_seek(OggOpusFile *_of,ogg_int64_t _pcm_offset){ in op_pcm_seek()
2597 opus_int64 op_raw_tell(const OggOpusFile *_of){ in op_raw_tell()
2605 static ogg_int64_t op_get_pcm_offset(const OggOpusFile *_of, in op_get_pcm_offset()
2641 ogg_int64_t op_pcm_tell(const OggOpusFile *_of){ in op_pcm_tell()
2657 void op_set_decode_callback(OggOpusFile *_of, in op_set_decode_callback()
2663 int op_set_gain_offset(OggOpusFile *_of, in op_set_gain_offset()
2678 void op_set_dither_enabled(OggOpusFile *_of,int _enabled){ in op_set_dither_enabled()
2688 static int op_init_buffer(OggOpusFile *_of){ in op_init_buffer()
2709 static int op_decode(OggOpusFile *_of,op_sample *_pcm, in op_decode()
2743 static int op_read_native(OggOpusFile *_of, in op_read_native()
2863 static int op_filter_read_native(OggOpusFile *_of,void *_dst,int _dst_sz, in op_filter_read_native()
2964 int op_read(OggOpusFile *_of,opus_int16 *_pcm,int _buf_size,int *_li){ in op_read()
2968 static int op_stereo_filter(OggOpusFile *_of,void *_dst,int _dst_sz, in op_stereo_filter()
3001 int op_read_stereo(OggOpusFile *_of,opus_int16 *_pcm,int _buf_size){ in op_read_stereo()
3007 static int op_short2float_filter(OggOpusFile *_of,void *_dst,int _dst_sz, in op_short2float_filter()
3019 int op_read_float(OggOpusFile *_of,float *_pcm,int _buf_size,int *_li){ in op_read_float()
3023 static int op_short2float_stereo_filter(OggOpusFile *_of, in op_short2float_stereo_filter()
3063 int op_read_float_stereo(OggOpusFile *_of,float *_pcm,int _buf_size){ in op_read_float_stereo()
3120 static int op_float2short_filter(OggOpusFile *_of,void *_dst,int _dst_sz, in op_float2short_filter()
3197 int op_read(OggOpusFile *_of,opus_int16 *_pcm,int _buf_size,int *_li){ in op_read()
3201 int op_read_float(OggOpusFile *_of,float *_pcm,int _buf_size,int *_li){ in op_read_float()
3206 static int op_stereo_filter(OggOpusFile *_of,void *_dst,int _dst_sz, in op_stereo_filter()
3236 static int op_float2short_stereo_filter(OggOpusFile *_of, in op_float2short_stereo_filter()
3256 int op_read_stereo(OggOpusFile *_of,opus_int16 *_pcm,int _buf_size){ in op_read_stereo()
3261 int op_read_float_stereo(OggOpusFile *_of,float *_pcm,int _buf_size){ in op_read_float_stereo()