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/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 367 (pic.flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
428 if ((picture->flags & VA_PICTURE_H264_SHORT_TERM_REFERENCE) ||
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /external/chromium_org/third_party/libva/va/
va.h     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 157 : VA_PICTURE_H264_SHORT_TERM_REFERENCE;
    [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 100 milliseconds