Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c125 static int v4l2_h264_p_ref_list_cmp(const void *ptra, const void *ptrb, in v4l2_h264_p_ref_list_cmp() argument
132 idxb = ((struct v4l2_h264_reference *)ptrb)->index; in v4l2_h264_p_ref_list_cmp()
163 static int v4l2_h264_b0_ref_list_cmp(const void *ptra, const void *ptrb, in v4l2_h264_b0_ref_list_cmp() argument
171 idxb = ((struct v4l2_h264_reference *)ptrb)->index; in v4l2_h264_b0_ref_list_cmp()
192 pocb = v4l2_h264_get_poc(builder, ptrb); in v4l2_h264_b0_ref_list_cmp()
208 static int v4l2_h264_b1_ref_list_cmp(const void *ptra, const void *ptrb, in v4l2_h264_b1_ref_list_cmp() argument
216 idxb = ((struct v4l2_h264_reference *)ptrb)->index; in v4l2_h264_b1_ref_list_cmp()
237 pocb = v4l2_h264_get_poc(builder, ptrb); in v4l2_h264_b1_ref_list_cmp()