Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp107 int32_t current_width = 0; in VdecFormatChanged() local
113 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &current_width); in VdecFormatChanged()
119 dec_sample->DEFAULT_WIDTH = current_width; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp105 int32_t current_width = 0; in VdecFormatChanged() local
107 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &current_width); in VdecFormatChanged()
109 dec_sample->DEFAULT_WIDTH = current_width; in VdecFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp108 int32_t current_width = 0; in VdecFormatChanged() local
110 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &current_width); in VdecFormatChanged()
112 dec_sample->DEFAULT_WIDTH = current_width; in VdecFormatChanged()

Completed in 4 milliseconds