Lines Matching refs:cache_out
117 GstAdapter *cache_out; member
306 gst_adapter_clear (self->cache_out); in gst_av1_parse_reset()
319 self->cache_out = gst_adapter_new (); in gst_av1_parse_init()
329 g_object_unref (self->cache_out); in gst_av1_parse_finalize()
923 gst_adapter_push (self->cache_out, header_buf); in gst_av1_parse_push_data()
924 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_push_data()
927 len = gst_adapter_available (self->cache_out); in gst_av1_parse_push_data()
929 buf = gst_adapter_take_buffer (self->cache_out, len); in gst_av1_parse_push_data()
938 gst_adapter_push (self->cache_out, header_buf); in gst_av1_parse_push_data()
939 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_push_data()
943 sz = gst_adapter_available (self->cache_out); in gst_av1_parse_push_data()
945 buf = gst_adapter_take_buffer (self->cache_out, sz); in gst_av1_parse_push_data()
1056 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_convert_to_annexb()
1057 gst_adapter_push (self->cache_out, buf2); in gst_av1_parse_convert_to_annexb()
1120 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_convert_from_annexb()
1152 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_cache_one_obu()
1684 if (check_new_tu && (gst_adapter_available (self->cache_out) || in gst_av1_parse_handle_to_big_align()
1694 gst_adapter_push (self->cache_out, buf); in gst_av1_parse_handle_to_big_align()
1899 gst_adapter_clear (self->cache_out); in gst_av1_parse_handle_frame()