Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp108 int32_t current_height = 0; in VdecFormatChanged() local
114 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &current_height); in VdecFormatChanged()
120 dec_sample->DEFAULT_HEIGHT = current_height; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp106 int32_t current_height = 0; in VdecFormatChanged() local
108 OH_AVFormat_GetIntValue(format, OH_MD_KEY_HEIGHT, &current_height); in VdecFormatChanged()
110 dec_sample->DEFAULT_HEIGHT = current_height; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/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()

Completed in 4 milliseconds