Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_refs.c58 dst->pic_id = src->pic_id; in ref_from_h264pic()
70 dest->pic_id *= 2; in split_field_copy()
71 dest->pic_id += id_add; in split_field_copy()
91 in[i[0]]->pic_id = is_long ? i[0] : in[i[0]]->frame_num; in build_def_list()
96 in[i[1]]->pic_id = is_long ? i[1] : in[i[1]]->frame_num; in build_def_list()
190 sl->ref_list[0][i].pic_id, in h264_initialise_ref_list()
197 sl->ref_list[1][i].pic_id, in h264_initialise_ref_list()
314 unsigned int pic_id; in ff_h264_build_ref_list() local
347 ref->pic_id = pred; in ff_h264_build_ref_list()
352 pic_id = val; // long_term_pic_idx in ff_h264_build_ref_list()
[all …]
Dvdpau_h264.c67 rf->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_rf()
92 pic_frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_reference_frames()
Dh264dec.h153 int pic_id; /**< pic_num (short -> no wrap version of pic_num, member
179 int pic_id; member
Dvaapi_h264.c64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
Ddxva2_h264.c83 pp->FrameNumList[i] = r->long_ref ? r->pic_id : r->frame_num; in fill_picture_parameters()
/third_party/ffmpeg/libavformat/
Drtpdec_vp9.c49 av_unused int pic_id = 0, non_key_frame = 0, inter_picture_layer_frame; in vp9_handle_packet() local
122 pic_id = AV_RB16(buf) & 0x7fff; in vp9_handle_packet()
126 pic_id = buf[0] & 0x7f; in vp9_handle_packet()