Searched refs:videoHeightRange (Results 1 – 5 of 5) sorted by relevance
53 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoHeightRange.minVal); in MarshallingRecorderProfilesData()54 (void)parcel.WriteInt32(profileCapabilityData.videoCaps.videoHeightRange.maxVal); in MarshallingRecorderProfilesData()122 profileCapabilityData.videoCaps.videoHeightRange.minVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()123 profileCapabilityData.videoCaps.videoHeightRange.maxVal = parcel.ReadInt32(); in UnmarshallingRecorderProfilesData()
189 Range videoHeightRange; member
139 EXPECT_GE(pVideoRecorderCaps->videoHeightRange.minVal, 0); in CheckVideoRecorderCapsArray()
366 range = (*it)->videoHeightRange; in GetJsResult()
265 … {"height", data.videoCaps.videoHeightRange}, {"frameRate", data.videoCaps.videoFramerateRange}}; in SetVideoRecorderCaps()