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

  /hardware/intel/img/psb_video/src/
tng_vld_dec.c 199 ASSERT((obj_buffer->type == VASliceDataBufferType) || (obj_buffer->type == VAProtectedSliceDataBufferType));
274 ASSERT((obj_buffer->type == VASliceDataBufferType) || (obj_buffer->type == VAProtectedSliceDataBufferType));
466 case VAProtectedSliceDataBufferType:
psb_drv_video.h 689 case VAProtectedSliceDataBufferType:
690 return "VAProtectedSliceDataBufferType";
psb_drv_debug.c 875 case VAProtectedSliceDataBufferType:
    [all...]
psb_drv_video.c     [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 330 VAProtectedSliceDataBufferType,
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 333 VAProtectedSliceDataBufferType,
  /hardware/intel/common/libva/va/
va_trace.c 625 case VAProtectedSliceDataBufferType: return "VAProtectedSliceDataBufferType";
    [all...]
va.h     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 55 #define SLICEDATA_BUFFER_TYPE(type) ((type==VASliceDataBufferType)?"VASliceDataBufferType":"VAProtectedSliceDataBufferType")
    [all...]
psb_MPEG4.c 57 #define SLICEDATA_BUFFER_TYPE(type) ((type==VASliceDataBufferType)?"VASliceDataBufferType":"VAProtectedSliceDataBufferType")
    [all...]
psb_H264.c 67 #define SLICEDATA_BUFFER_TYPE(type) ((type==VASliceDataBufferType)?"VASliceDataBufferType":"VAProtectedSliceDataBufferType")
    [all...]
psb_VC1.c 61 #define SLICEDATA_BUFFER_TYPE(type) ((type==VASliceDataBufferType)?"VASliceDataBufferType":"VAProtectedSliceDataBufferType")
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 873 VAProtectedSliceDataBufferType = 10,
    [all...]

Completed in 52 milliseconds