Searched refs:frame_cache (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-utils/axfer/ |
D | frame-cache.h | 11 struct frame_cache { struct 22 void (*align_frames)(struct frame_cache *cache, argument 26 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, 30 void frame_cache_destroy(struct frame_cache *cache); 32 static inline unsigned int frame_cache_get_count(struct frame_cache *cache) in frame_cache_get_count() 37 static inline void frame_cache_increase_count(struct frame_cache *cache, in frame_cache_increase_count() 43 static inline void frame_cache_reduce(struct frame_cache *cache, in frame_cache_reduce()
|
D | frame-cache.c | 11 static void align_frames_in_i(struct frame_cache *cache, in align_frames_in_i() 29 static void align_frames_in_n(struct frame_cache *cache, in align_frames_in_n() 48 int frame_cache_init(struct frame_cache *cache, snd_pcm_access_t access, in frame_cache_init() 100 void frame_cache_destroy(struct frame_cache *cache) in frame_cache_destroy()
|
D | xfer-libasound-irq-rw.c | 19 struct frame_cache cache;
|
D | xfer-libffado.c | 40 struct frame_cache cache;
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstav1parse.c | 119 GstAdapter *frame_cache; member 307 gst_adapter_clear (self->frame_cache); in gst_av1_parse_reset() 320 self->frame_cache = gst_adapter_new (); in gst_av1_parse_init() 330 g_object_unref (self->frame_cache); in gst_av1_parse_finalize() 912 len = gst_adapter_available (self->frame_cache); in gst_av1_parse_push_data() 914 buf = gst_adapter_take_buffer (self->frame_cache, len); in gst_av1_parse_push_data() 1043 gst_adapter_push (self->frame_cache, buf); in gst_av1_parse_convert_to_annexb() 1046 len2 = gst_adapter_available (self->frame_cache); in gst_av1_parse_convert_to_annexb() 1047 buf2 = gst_adapter_take_buffer (self->frame_cache, len2); in gst_av1_parse_convert_to_annexb() 1685 gst_adapter_available (self->frame_cache))) { in gst_av1_parse_handle_to_big_align() [all …]
|