Searched refs:videoWidthRange (Results 1 – 5 of 5) sorted by relevance
51 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoWidthRange.minVal); in MarshallingRecorderProfilesData()52 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoWidthRange.maxVal); in MarshallingRecorderProfilesData()120 profileCapabilityData.videoCaps.videoWidthRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()121 profileCapabilityData.videoCaps.videoWidthRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
188 Range videoWidthRange; member
138 EXPECT_GE(pVideoRecorderCaps->videoWidthRange.minVal, 0); in CheckVideoRecorderCapsArray()
363 range = (*it)->videoWidthRange; in GetJsResult()
264 {"bitrate", data.videoCaps.videoBitrateRange}, {"width", data.videoCaps.videoWidthRange}, in SetVideoRecorderCaps()