Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
DVideoDecoderAVCSecure.cpp87 mMetadata.naluInfo = new NaluInfo [MAX_NALU_NUMBER]; in start()
91 if (mMetadata.naluInfo == NULL || in start()
104 if (mMetadata.naluInfo) { in stop()
105 delete [] mMetadata.naluInfo; in stop()
106 mMetadata.naluInfo = NULL; in stop()
125 NaluInfo *pNaluInfo = mMetadata.naluInfo; in decode()
280 headerLen = mMetadata.naluInfo[naluIndex].naluHeaderLen; in decodeSlice()
296 sliceParam->slice_data_size = mMetadata.naluInfo[naluIndex].naluLen; in decodeSlice()
316 uint32_t sliceOffset = mMetadata.naluInfo[naluIndex].naluOffset; in decodeSlice()
DVideoDecoderAVCSecure.h49 NaluInfo *naluInfo; member
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
DVideoDecoderAVCSecure.cpp87 mMetadata.naluInfo = new NaluInfo [MAX_NALU_NUMBER]; in start()
91 if (mMetadata.naluInfo == NULL || in start()
104 if (mMetadata.naluInfo) { in stop()
105 delete [] mMetadata.naluInfo; in stop()
106 mMetadata.naluInfo = NULL; in stop()
125 NaluInfo *pNaluInfo = mMetadata.naluInfo; in decode()
284 headerLen = mMetadata.naluInfo[naluIndex].naluHeaderLen; in decodeSlice()
300 sliceParam->slice_data_size = mMetadata.naluInfo[naluIndex].naluLen; in decodeSlice()
301 uint32_t sliceOffset = mMetadata.naluInfo[naluIndex].naluOffset; in decodeSlice()
DVideoDecoderAVCSecure.h49 NaluInfo *naluInfo; member