Home
last modified time | relevance | path

Searched defs:input_frames (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-lib/include/
Dpcm_rate.h101 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); member
159 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); member
177 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames); member
/third_party/ffmpeg/libavfilter/
Dvaapi_vpp.h44 AVHWFramesContext *input_frames; member
Dopencl.c64 AVHWFramesContext *input_frames; in ff_opencl_filter_config_input() local
Daf_amerge.c220 static void free_frames(int nb_inputs, AVFrame **input_frames) in free_frames()
Dvf_yadif_cuda.c35 AVHWFramesContext *input_frames; member
Daf_join.c60 AVFrame **input_frames; member
Dvulkan.c640 AVHWFramesContext *input_frames; in ff_vk_filter_config_input() local
/third_party/ffmpeg/libavcodec/
Droqaudioenc.c37 int input_frames; member
Dvaapi_encode.h249 AVHWFramesContext *input_frames; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereomix.h74 GPtrArray *input_frames; member
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.h77 guint input_frames; member
/third_party/alsa-lib/src/pcm/
Dpcm_rate_linear.c50 static snd_pcm_uframes_t input_frames(void *obj, snd_pcm_uframes_t frames) in input_frames() function