Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c57 dst->pic_id = src->pic_id; in ref_from_h264pic()
69 dest->pic_id *= 2; in split_field_copy()
70 dest->pic_id += id_add; in split_field_copy()
90 in[i[0]]->pic_id = is_long ? i[0] : in[i[0]]->frame_num; in build_def_list()
95 in[i[1]]->pic_id = is_long ? i[1] : in[i[1]]->frame_num; in build_def_list()
189 sl->ref_list[0][i].pic_id, in h264_initialise_ref_list()
196 sl->ref_list[1][i].pic_id, in h264_initialise_ref_list()
313 unsigned int pic_id; in ff_h264_build_ref_list() local
346 ref->pic_id in ff_h264_build_ref_list()
[all...]
H A Dvdpau_h264.c66 rf->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_rf()
91 pic_frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_reference_frames()
H A Dh264dec.h133 int pic_id; /**< pic_num (short -> no wrap version of pic_num, member
165 int pic_id; member
H A Dvaapi_h264.c64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
H A Ddxva2_h264.c85 pp->FrameNumList[i] = r->long_ref ? r->pic_id : r->frame_num; in fill_picture_parameters()
/third_party/ffmpeg/libavformat/
H A 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()

Completed in 9 milliseconds