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

  /hardware/intel/img/psb_video/src/
tng_vld_dec.c 201 ASSERT((obj_buffer->type == VASliceDataBufferType) || (obj_buffer->type == VAProtectedSliceDataBufferType));
276 ASSERT((obj_buffer->type == VASliceDataBufferType) || (obj_buffer->type == VAProtectedSliceDataBufferType));
468 case VAProtectedSliceDataBufferType:
psb_drv_video.h 715 case VAProtectedSliceDataBufferType:
716 return "VAProtectedSliceDataBufferType";
psb_drv_debug.c 892 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 628 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...]

Completed in 249 milliseconds