Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp44 int32_t g_picWidth; member
73 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_PIC_WIDTH, &g_picWidth); in VencFormatChanged()
77 cout << "format info: " << OH_AVFormat_DumpInfo(format) << ", OH_MD_KEY_VIDEO_PIC_WIDTH: " << g_picWidth in VencFormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp44 int32_t g_picWidth; member
83 format.GetIntValue(OH_MD_KEY_VIDEO_PIC_WIDTH, g_picWidth); in OnOutputFormatChanged()
87 cout << "format info: " << format.Stringify() << ", OH_MD_KEY_VIDEO_PIC_WIDTH: " << g_picWidth in OnOutputFormatChanged()

Completed in 6 milliseconds