Searched refs:videoResolution (Results 1 – 14 of 14) sorted by relevance
26 private videoResolution: number; // 照片分辨率 -> 1920 * 1080
26 videoResolution: number, // 照片分辨率
59 this.isIndex = cameraConfig.videoResolution;
110 cameraConfig.videoResolution = this.index;
58 globalThis.settingDataObj.videoResolution = this.index
62 this.isIndex = globalThis.settingDataObj.videoResolution
189 std::string videoResolution; member
1143 …statisticalEventInfo_.videoResolution = std::to_string(config_.width) + "x" + std::to_string(confi… in SetMetaDataReport()1144 meta->SetData(Tag::RECORDER_VIDEO_RESOLUTION, statisticalEventInfo_.videoResolution); in SetMetaDataReport()
44 videoResolution: 0, // 照片分辨率 -> 1920 * 1080
48 videoResolution: 0, // 照片分辨率 -> 1920 * 1080
56 std::string videoResolution {};
986 meta->SetData(Tag::AV_PLAYER_VIDEO_RESOLUTION, playStatisticalInfo_.videoResolution); in AppendPlayerMediaInfo()1827 … playStatisticalInfo_.videoResolution = std::to_string(width) + "x" + std::to_string(height); in GetVideoTrackInfo()
137 std::string videoResolution; member
351 meta->SetData(Tag::SCREEN_CAPTURE_VIDEO_RESOLUTION, statisticalEventInfo_.videoResolution); in SetMetaDataReport()1237 statisticalEventInfo_.videoResolution = std::to_string(videoInfo.videoFrameWidth) + " * " + in InitVideoCap()