Searched defs:chromaHeight (Results 1 – 6 of 6) sorted by relevance
86 - (int)chromaHeight { method in RTCI420Buffer
69 final int chromaHeight = (height + 1) / 2; in wrap() local80 int chromaHeight = (height + 1) / 2; in allocate() local
102 final int chromaHeight = (frameHeight + 1) / 2; in getNextFrame() local
20 final int chromaHeight = (height + 1) / 2; in I420Copy() local48 final int chromaHeight = (height + 1) / 2; in I420ToNV12() local
110 int chromaHeight = (height + 1) / 2; in allocateI420Buffer() local
503 final int chromaHeight = height / 2; in testTexturetoYuv() local