Home
last modified time | relevance | path

Searched refs:sliceHeight (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp113 int32_t sliceHeight = 0; in VdecFormatChanged() local
117 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &sliceHeight); in VdecFormatChanged()
121 if (stride <= 0 || sliceHeight <= 0) { in VdecFormatChanged()
603 int32_t sliceHeight = 0; in CheckOutputDescription() local
609 OH_AVFormat_GetIntValue(newFormat, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &sliceHeight); in CheckOutputDescription()
613 if (cropRight != expectCropRight || stride <= 0 || sliceHeight <= 0) { in CheckOutputDescription()

Completed in 2 milliseconds