Home
last modified time | relevance | path

Searched refs:get_frame_size (Results 1 – 25 of 1774) sorted by relevance

12345678910>>...71

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dae_pcm.c83 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
95 encoder->get_frame_size = get_frame_size; in mpae_init_pcm()
H A Dae_faac.c112 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
213 encoder->get_frame_size = get_frame_size; in mpae_init_faac()
H A Dae_lavc.c133 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
249 encoder->get_frame_size = get_frame_size; in mpae_init_lavc()
H A Dae_twolame.c133 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
233 encoder->get_frame_size = get_frame_size; in mpae_init_twolame()
H A Dae_toolame.c140 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
241 encoder->get_frame_size = get_frame_size; in mpae_init_toolame()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dae_pcm.c83 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
95 encoder->get_frame_size = get_frame_size; in mpae_init_pcm()
H A Dae_faac.c112 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
213 encoder->get_frame_size = get_frame_size; in mpae_init_faac()
H A Dae_twolame.c133 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
233 encoder->get_frame_size = get_frame_size; in mpae_init_twolame()
H A Dae_lavc.c133 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
249 encoder->get_frame_size = get_frame_size; in mpae_init_lavc()
H A Dae_toolame.c140 static int get_frame_size(audio_encoder_t *encoder) in get_frame_size() function
241 encoder->get_frame_size = get_frame_size; in mpae_init_toolame()
/dports/audio/spectmorph/spectmorph-0.5.2/inspector/
H A Dsmfftparamwindow.cc139 params.frame_size_ms = get_frame_size();
162 FFTParamWindow::get_frame_size()
176 return get_frame_size() / get_frame_overlap();
188 fft_frame_size_label->setText (string_locale_printf ("%.1f ms", get_frame_size()).c_str());
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/microblaze/kernel/
H A Dunwind.c63 static inline long get_frame_size(unsigned long instr) in get_frame_size() function
99 frame_size = get_frame_size(instr); in find_frame_creation()
137 long frame_size = get_frame_size(*prologue); in lookup_prev_stack_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/microblaze/kernel/
H A Dunwind.c63 static inline long get_frame_size(unsigned long instr) in get_frame_size() function
99 frame_size = get_frame_size(instr); in find_frame_creation()
137 long frame_size = get_frame_size(*prologue); in lookup_prev_stack_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/microblaze/kernel/
H A Dunwind.c63 static inline long get_frame_size(unsigned long instr) in get_frame_size() function
99 frame_size = get_frame_size(instr); in find_frame_creation()
137 long frame_size = get_frame_size(*prologue); in lookup_prev_stack_frame()
/dports/audio/flite/flite-2.1-release/src/wavesynth/
H A Dcst_units.c187 utt_size += get_frame_size(sts_list, i); in asis_to_pm()
308 get_frame_size(sts_list, nearest_u_pm), in concat_units()
313 get_frame_size(sts_list, nearest_u_pm), in concat_units()
326 get_frame_size(sts_list, nearest_u_pm), in concat_units()
333 get_frame_size(sts_list, nearest_u_pm), in concat_units()
347 get_frame_size(sts_list, nearest_u_pm), in concat_units()
366 n_size = i_size + get_frame_size(sts_list, i); in nearest_pm()
H A Dcst_sts.c73 size += get_frame_size(s, i); in get_unit_size()
78 int get_frame_size(const cst_sts_list *sts_list, int frame) in get_frame_size() function
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/transport/
H A Dlibusb1_zero_copy.cpp254 this->get_frame_size(), in libusb_zero_copy_single()
265 int(this->get_frame_size()), // length in libusb_zero_copy_single()
338 UHD_INLINE size_t get_frame_size(void) const in get_frame_size() function in libusb_zero_copy_single
437 return _recv_impl->get_frame_size(); in get_recv_frame_size()
441 return _send_impl->get_frame_size(); in get_send_frame_size()
/dports/audio/festival/speech_tools/sigpr/
H A Dsigpr_utt.cc315 int get_frame_size(EST_Track &pms, in get_frame_size() function
410 size = irint(get_frame_size(tr, k, sig.sample_rate())* factor); in sig2coef()
433 window_size = irint(get_frame_size(pow, k, sig.sample_rate()) in power()
455 window_size = irint(get_frame_size(pow, k, sig.sample_rate()) in energy()
520 window_size = irint(get_frame_size(fbank_track, k, sig.sample_rate()) in fbank()
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/detail/
H A Dframe_interface.hpp119 auto [width, height] = info.get_frame_size(); in alloc_i420()
134 auto [width, height] = info.get_frame_size(); in alloc_bgra()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/
H A Dobs-encoder-factory.hpp59 _info.get_frame_size = _get_frame_size; in finish_setup()
223 return reinterpret_cast<instance_t*>(data)->get_frame_size(); in _get_frame_size()
333 virtual size_t get_frame_size() in get_frame_size() function in obs::encoder_instance
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/pa/
H A Dpa64-linux.h38 fsize = pa_compute_frame_size (get_frame_size (), 0); \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/pa/
H A Dpa64-linux.h40 fsize = pa_compute_frame_size (get_frame_size (), 0); \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/pa/
H A Dpa64-linux.h38 fsize = pa_compute_frame_size (get_frame_size (), 0); \
/dports/lang/gcc9/gcc-9.4.0/gcc/config/pa/
H A Dpa64-linux.h38 fsize = pa_compute_frame_size (get_frame_size (), 0); \
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/pa/
H A Dpa64-linux.h40 fsize = pa_compute_frame_size (get_frame_size (), 0); \

12345678910>>...71