Home
last modified time | relevance | path

Searched refs:flush_buf (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibopencore-amr.c241 int16_t *flush_buf = NULL; in amr_nb_encode_frame() local
254 flush_buf = av_calloc(avctx->frame_size, sizeof(*flush_buf)); in amr_nb_encode_frame()
255 if (!flush_buf) in amr_nb_encode_frame()
257 memcpy(flush_buf, samples, frame->nb_samples * sizeof(*flush_buf)); in amr_nb_encode_frame()
258 samples = flush_buf; in amr_nb_encode_frame()
263 av_freep(&flush_buf); in amr_nb_encode_frame()
269 flush_buf = av_calloc(avctx->frame_size, sizeof(*flush_buf)); in amr_nb_encode_frame()
[all...]
/third_party/ffmpeg/libavutil/
H A Dvulkan.c318 const VkMappedMemoryRange flush_buf = { in ff_vk_unmap_buffers() local
329 flush_list[flush_count - 1] = flush_buf; in ff_vk_unmap_buffers()
H A Dhwcontext_vulkan.c3651 const VkMappedMemoryRange flush_buf = { in unmap_buffers() local
3660 flush_ctx[flush_count++] = flush_buf; in unmap_buffers()

Completed in 9 milliseconds