Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp109 int32_t current_height = 0; in VdecFormatChanged() local
111 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &current_height); in VdecFormatChanged()
113 dec_sample->DEFAULT_HEIGHT = current_height; in VdecFormatChanged()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp103 int32_t current_height = 0; in VdecFormatChanged() local
105 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &current_height); in VdecFormatChanged()
107 dec_sample->DEFAULT_HEIGHT = current_height; in VdecFormatChanged()

Completed in 3 milliseconds