Home
last modified time | relevance | path

Searched refs:cached_buf_num (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp363 xcamfilter->cached_buf_num = 0; in gst_xcam_filter_init()
895 if (xcamfilter->cached_buf_num > xcamfilter->delay_buf_num) in gst_xcam_filter_before_transform()
928 xcamfilter->cached_buf_num++; in gst_xcam_filter_before_transform()
940 if (xcamfilter->cached_buf_num > xcamfilter->buf_count) in gst_xcam_filter_prepare_output_buffer()
944 if (xcamfilter->cached_buf_num <= xcamfilter->delay_buf_num) in gst_xcam_filter_prepare_output_buffer()
962 xcamfilter->cached_buf_num--; in gst_xcam_filter_prepare_output_buffer()
Dgstxcamfilter.h93 uint32_t cached_buf_num; member