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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 146 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
223 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
499 (picParam->CurrPic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
593 (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 368 (pic.flags & VA_PICTURE_H264_LONG_TERM_REFERENCE));
429 (picture->flags & VA_PICTURE_H264_LONG_TERM_REFERENCE)) {
  /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 156 va_pic->flags |= pic->long_term ? VA_PICTURE_H264_LONG_TERM_REFERENCE
    [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 446 milliseconds