Searched refs:ySize (Results 1 – 3 of 3) sorted by relevance
702 int ySize = yStride * h; in onPreviewFrame() local704 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()818 int ySize = yStride * h; in convertFromYV12() local821 int uRowIndex = ySize + uvSize; in convertFromYV12()822 int vRowIndex = ySize; in convertFromYV12()
108 int ySize = kInpFrmWidth * kInpFrmHeight; in convertyuv420ptoyuv420sp() local110 int frameSize = ySize + uSize * 2; in convertyuv420ptoyuv420sp()116 uint8_t* uvBase = frameBase + ySize; in convertyuv420ptoyuv420sp()
1959 int ySize = width * height; in computeDecodingStatistics() local1961 byte[] yRef = new byte[ySize]; in computeDecodingStatistics()1962 byte[] yDec = new byte[ySize]; in computeDecodingStatistics()