Searched refs:sliceHeight (Results 1 – 2 of 2) sorted by relevance
106 private int sliceHeight; field in MediaCodecVideoDecoder264 sliceHeight = height; in initDecode()561 sliceHeight = format.getInteger("slice-height"); in dequeueOutputBuffer()563 Logging.d(TAG, "Frame stride and slice height: " + stride + " x " + sliceHeight); in dequeueOutputBuffer()565 sliceHeight = Math.max(height, sliceHeight); in dequeueOutputBuffer()
322 …const deInt32 sliceHeight = (viewType == vk::VK_IMAGE_VIEW_TYPE_1D || viewType == vk::VK_IMA… in writeTextureLevelPyramidData() local324 const tcu::IVec3 sliceSize (srcAccess.getWidth(), sliceHeight, sliceDepth); in writeTextureLevelPyramidData()