Home
last modified time | relevance | path

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

/external/chromium_org/content/common/gpu/media/
Dvaapi_h264_decoder.cc731 pic->long_term_pic_num = pic->long_term_frame_idx; in UpdatePicNums()
1172 to_mark->long_term_frame_idx = ref_pic_marking->long_term_frame_idx; in HandleMemoryManagementOps()
1189 if (pic->long_term_frame_idx > in HandleMemoryManagementOps()
1212 if (pic->long_term_frame_idx == in HandleMemoryManagementOps()
1213 static_cast<int>(ref_pic_marking->long_term_frame_idx)) in HandleMemoryManagementOps()
1220 curr_pic_->long_term_frame_idx = ref_pic_marking->long_term_frame_idx; in HandleMemoryManagementOps()
1245 curr_pic_->long_term_frame_idx = 0; in ReferencePictureMarking()
Dh264_dpb.h42 int long_term_frame_idx; member
/external/chromium_org/media/filters/
Dh264_parser.h167 int long_term_frame_idx; member
Dh264_parser.cc1059 READ_UE_OR_RETURN(&marking->long_term_frame_idx); in ParseDecRefPicMarking()