Searched refs:cur_subtype (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | mediacapturewrapper.cpp | 833 std::string cur_subtype = convert_hstring_to_string (&subtype); in mediaCaptureInitPost() local 836 "framerate: %d/%d", i, cur_subtype.c_str (), width, height, fps_n, in mediaCaptureInitPost() 904 std::string cur_subtype = convert_hstring_to_string (&subtype); in mediaCaptureInitPost() local 908 if (cur_subtype != "I420" && cur_subtype != "IYUV") { in mediaCaptureInitPost() 910 i, cur_subtype.c_str (), target_subtype.c_str ()); in mediaCaptureInitPost() 913 } else if (cur_subtype != target_subtype) { in mediaCaptureInitPost() 915 i, cur_subtype.c_str (), target_subtype.c_str ()); in mediaCaptureInitPost()
|