Searched refs:nHeight (Results 1 – 4 of 4) sorted by relevance
48 uint32_t ImsMediaVideoUtil::GetResolutionFromSize(uint32_t nWidth, uint32_t nHeight) in GetResolutionFromSize() argument50 if (nWidth == 128 && nHeight == 96) in GetResolutionFromSize()52 else if (nWidth == 96 && nHeight == 128) in GetResolutionFromSize()54 else if (nWidth == 480 && nHeight == 640) in GetResolutionFromSize()56 else if (nWidth == 640 && nHeight == 480) in GetResolutionFromSize()58 else if (nWidth == 240 && nHeight == 320) in GetResolutionFromSize()60 else if (nWidth == 320 && nHeight == 240) in GetResolutionFromSize()62 else if (nWidth == 144 && nHeight == 176) in GetResolutionFromSize()64 else if (nWidth == 176 && nHeight == 144) in GetResolutionFromSize()66 else if (nWidth == 352 && nHeight == 288) in GetResolutionFromSize()[all …]
234 CheckResolution(codecConfig.nWidth, codecConfig.nHeight); in ProcessData()241 CheckResolution(codecConfig.nWidth, codecConfig.nHeight); in ProcessData()672 void IVideoRendererNode::CheckResolution(uint32_t nWidth, uint32_t nHeight) in CheckResolution() argument674 if ((nWidth != 0 && nWidth != mWidth) || (nHeight != 0 && nHeight != mHeight)) in CheckResolution()677 nHeight); in CheckResolution()679 mHeight = nHeight; in CheckResolution()
64 uint32_t nHeight; member193 static uint32_t GetResolutionFromSize(uint32_t nWidth, uint32_t nHeight);
87 void CheckResolution(uint32_t nWidth, uint32_t nHeight);