Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/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()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp102 int32_t current_width = 0; in VdecFormatChanged() local
104 OH_AVFormat_GetIntValue(format, OH_MD_KEY_WIDTH, &current_width); in VdecFormatChanged()
106 dec_sample->DEFAULT_WIDTH = current_width; in VdecFormatChanged()

Completed in 3 milliseconds