HomeSort by relevance Sort by last modified time
    Searched refs:VA_PICTURE_H264_LONG_TERM_REFERENCE (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
picture_h264.c 131 VA_PICTURE_H264_LONG_TERM_REFERENCE)) !=
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 160 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
237 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
513 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
607 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 357 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
414 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 369 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
432 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 358 refPicListX->flags |= viddec_h264_get_is_long_term(fs) ? VA_PICTURE_H264_LONG_TERM_REFERENCE : VA_PICTURE_H264_SHORT_TERM_REFERENCE;
506 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_LONG_TERM_REFERENCE;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 58 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 63 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
    [all...]

Completed in 59 milliseconds