Searched defs:sliceHeight (Results 1 – 9 of 9) sorted by relevance
20 private final int sliceHeight; field in NV12Buffer24 public NV12Buffer(int width, int height, int stride, int sliceHeight, ByteBuffer buffer, in NV12Buffer()
95 private int sliceHeight; field in AndroidVideoDecoder
150 private int sliceHeight; field in HardwareVideoEncoder
167 readonly sliceHeight: number; property443 const sliceHeight = this.sliceLayout.sliceHeight; constant789 const sliceHeight = this.sliceLayout.sliceHeight; constant
3473 uint16_t sliceHeight = m_arbitraryNumMbsInSlice ? m_frameFieldHeightInMb : m_sliceHeight; in MbEncKernel() local
339 …uint16_t sliceHeight; //!< Keep the maximum slice height member
331 const int32_t sliceHeight = in writeTextureLevelPyramidData() local
3551 int32_t sliceHeight = sliceStartY[slice + 1] - sliceStartY[slice]; in GenerateWalkingControlRegion() local
3475 uint16_t sliceHeight; member