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

/external/chromium_org/content/common/gpu/media/
H A Dh264_dpb.h42 int long_term_frame_idx; member in struct:content::H264Picture
H A Dvaapi_h264_decoder.cc731 pic->long_term_pic_num = pic->long_term_frame_idx;
1172 to_mark->long_term_frame_idx = ref_pic_marking->long_term_frame_idx;
1180 // Unmark all reference pictures with long_term_frame_idx over new max.
1189 if (pic->long_term_frame_idx >
1205 // First unmark if any existing with this long_term_frame_idx...
1211 // Ok to cast, long_term_frame_idx is much smaller than 16bit.
1212 if (pic->long_term_frame_idx ==
1213 static_cast<int>(ref_pic_marking->long_term_frame_idx))
1220 curr_pic_->long_term_frame_idx
[all...]
/external/chromium_org/media/filters/
H A Dh264_parser.h210 int long_term_frame_idx; member in struct:media::H264DecRefPicMarking
H A Dh264_parser.cc1113 READ_UE_OR_RETURN(&marking->long_term_frame_idx);

Completed in 280 milliseconds