Home
last modified time | relevance | path

Searched refs:output_frames (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvulkan_filter.c139 AVHWFramesContext *output_frames; in ff_vk_filter_config_output() local
160 output_frames = (AVHWFramesContext*)output_frames_ref->data; in ff_vk_filter_config_output()
162 output_frames->format = AV_PIX_FMT_VULKAN; in ff_vk_filter_config_output()
163 output_frames->sw_format = s->output_format; in ff_vk_filter_config_output()
164 output_frames->width = s->output_width; in ff_vk_filter_config_output()
165 output_frames->height = s->output_height; in ff_vk_filter_config_output()
H A Dopencl.c86 AVHWFramesContext *output_frames; in ff_opencl_filter_config_output() local
108 output_frames = (AVHWFramesContext*)output_frames_ref->data; in ff_opencl_filter_config_output()
110 output_frames->format = AV_PIX_FMT_OPENCL; in ff_opencl_filter_config_output()
111 output_frames->sw_format = ctx->output_format; in ff_opencl_filter_config_output()
112 output_frames->width = ctx->output_width; in ff_opencl_filter_config_output()
113 output_frames->height = ctx->output_height; in ff_opencl_filter_config_output()
H A Dvf_yadif_cuda.c239 AVHWFramesContext *output_frames; in config_output() local
267 output_frames = (AVHWFramesContext*)link->hw_frames_ctx->data; in config_output()
269 output_frames->format = AV_PIX_FMT_CUDA; in config_output()
270 output_frames->sw_format = s->input_frames->sw_format; in config_output()
271 output_frames->width = ctx->inputs[0]->w; in config_output()
272 output_frames->height = ctx->inputs[0]->h; in config_output()
274 output_frames->initial_pool_size = 4; in config_output()
301 y->csp = av_pix_fmt_desc_get(output_frames->sw_format); in config_output()
H A Dvaapi_vpp.c101 AVHWFramesContext *output_frames; in ff_vaapi_vpp_config_output() local
183 output_frames = (AVHWFramesContext*)outlink->hw_frames_ctx->data; in ff_vaapi_vpp_config_output()
185 output_frames->format = AV_PIX_FMT_VAAPI; in ff_vaapi_vpp_config_output()
186 output_frames->sw_format = ctx->output_format; in ff_vaapi_vpp_config_output()
187 output_frames->width = ctx->output_width; in ff_vaapi_vpp_config_output()
188 output_frames->height = ctx->output_height; in ff_vaapi_vpp_config_output()
190 output_frames->initial_pool_size = 4; in ff_vaapi_vpp_config_output()
203 va_frames = output_frames->hwctx; in ff_vaapi_vpp_config_output()
/third_party/alsa-lib/include/
H A Dpcm_rate.h105 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); member
160 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); member
178 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames); member
/third_party/libsnd/tests/
H A Dmisc_test.c488 sf_count_t output_frames = 0 ; in rf64_long_file_downgrade_test() local
506 while (output_frames * sizeof (output [0]) < 0x100000000) in rf64_long_file_downgrade_test()
508 output_frames += ARRAY_LEN (output) ; in rf64_long_file_downgrade_test()
519 exit_if_true (sfinfo.frames != output_frames, "\n\nLine %d: Incorrect number of frames in file (%d should be %d).\n", __LINE__, (int) sfinfo.frames, (int) output_frames) ; in rf64_long_file_downgrade_test()
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c58 static snd_pcm_uframes_t output_frames(void *obj, snd_pcm_uframes_t frames) in output_frames() function
428 .output_frames = output_frames,
H A Dpcm_rate.c709 *delayp = rate->ops.output_frames(rate->obj, slave_delay) in snd_pcm_rate_delay()
1156 spsize = rate->ops.output_frames(rate->obj, size); in snd_pcm_rate_drain()
1244 status->delay = rate->ops.output_frames(rate->obj, status->delay) in snd_pcm_rate_status()
1247 status->avail_max = rate->ops.output_frames(rate->obj, status->avail_max); in snd_pcm_rate_status()
1296 sframes = rate->ops.output_frames(rate->obj, frames); in snd_pcm_rate_slave_frames()
1598 ! rate->ops.input_frames || ! rate->ops.output_frames) { in snd_pcm_rate_open()
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dlibsamplerate.c44 data.output_frames = (long int) *out_n_frames; in libsamplerate_resample()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c576 loop->src_data.output_frames = play->buf_size - in buf_add_src()

Completed in 14 milliseconds