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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 145 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
222 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
498 if ((picParam->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
556 refFrame->flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE;
592 if ((picParam->CurrPic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
    [all...]
  /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;
464 pic_parms->ReferenceFrames[frame_idx].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE;
879 pic_parms->CurrPic.flags |= VA_PICTURE_H264_SHORT_TERM_REFERENCE;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 983 pic_params->ReferenceFrames[k].flags = VA_PICTURE_H264_SHORT_TERM_REFERENCE;
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 356 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
413 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 368 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
431 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c     [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 281 milliseconds