Home | History | Annotate | Download | only in common

Lines Matching refs:frame_num

113  *  Function to sort sort term pics by frame_num.
116 * Sorts short term fields by frame_num. For 2 fields having same frame_num,
123 * frame_num of the current pic
129 * Maximum frame_num allowed
385 * having same frame_num, orders them based on requested first field type.
572 * @param[in] frame_num
573 * frame_num for the field.
589 UWORD32 frame_num,
632 ps_dpb_info[i].ps_pic_buf->i4_frame_num = frame_num;
674 * @param[in] frame_num
675 * frame_num for the field.
691 UWORD32 frame_num,
711 frame_num,
721 frame_num,
744 * frame_num for the field.
747 * Maximum frame_num allowed
763 WORD32 frame_num;
772 /* Sort the short-term list by frame_num */
788 frame_num = ps_dpb_node->ps_pic_buf->i4_frame_num;
789 if(frame_num != prev_frame_num)
815 frame_num = ps_dpb_node->ps_pic_buf->i4_frame_num;
816 if(frame_num != prev_frame_num)
897 * If the frame_num of second node and first node is same, set first node also as
1029 * Deletes the short-term with least frame_num
1032 * Deletes the short-term with least frame_num. It sorts the function the
1040 * frame_num of the current pic
1043 * Maximum frame_num allowed
1057 /* Sort the short-term list by frame_num */