Home
last modified time | relevance | path

Searched refs:max_fs (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_levels.c100 if (width_mbs * height_mbs > level->max_fs) in ff_h264_guess_level()
102 if (width_mbs * width_mbs > 8 * level->max_fs) in ff_h264_guess_level()
104 if (height_mbs * height_mbs > 8 * level->max_fs) in ff_h264_guess_level()
Dh264_levels.h30 uint32_t max_fs; member
/third_party/pulseaudio/src/pulsecore/
Dresampler.c608 size_t max_fs; in pa_resampler_max_block_size() local
625 max_fs = pa_frame_size(&max_ss); in pa_resampler_max_block_size()
626 frames = block_size_max / max_fs - EXTRA_FRAMES; in pa_resampler_max_block_size()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth264decoder.c2285 guint32 max_fs; member