Home
last modified time | relevance | path

Searched refs:VA_DEC_SLICE_MODE_NORMAL (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
DVideoDecoderAVCSecure.cpp341 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
349 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) { in getCodecSpecificConfigs()
351 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
DVideoDecoderAVCSecure.cpp325 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
333 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) { in getCodecSpecificConfigs()
335 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp1036 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
1043 } else if (attrib[1].value & VA_DEC_SLICE_MODE_NORMAL) { in getCodecSpecificConfigs()
1045 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp843 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp863 attrib[1].value = VA_DEC_SLICE_MODE_NORMAL; in getCodecSpecificConfigs()
/hardware/intel/common/libva/va/
Dva.h680 #define VA_DEC_SLICE_MODE_NORMAL 0x00000001 macro