Home
last modified time | relevance | path

Searched refs:VA_DEC_SLICE_MODE_BASE (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.cpp345 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE) in getCodecSpecificConfigs()
348 attrib[1].value = VA_DEC_SLICE_MODE_BASE; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.cpp329 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE) in getCodecSpecificConfigs()
332 attrib[1].value = VA_DEC_SLICE_MODE_BASE; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp1040 if (attrib[1].value & VA_DEC_SLICE_MODE_BASE) { in getCodecSpecificConfigs()
1042 attrib[1].value = VA_DEC_SLICE_MODE_BASE; in getCodecSpecificConfigs()
/hardware/intel/common/libva/va/
Dva.h682 #define VA_DEC_SLICE_MODE_BASE 0x00000002 macro