Searched refs:frameSize (Results 1 – 5 of 5) sorted by relevance
211 int frameSize = width * height; in YUV420toYVU24() local214 ImageType ovp = yvu24+frameSize; in YUV420toYVU24()215 ImageType oup = yvu24+frameSize+frameSize; in YUV420toYVU24()220 int uvp = frameSize + (j >> 1) * width; in YUV420toYVU24()242 int frameSize = width * height; in YUV420toYVU24_NEW() local245 ImageType ovp = yvu24 + frameSize; in YUV420toYVU24_NEW()246 ImageType oup = yvu24 + frameSize + frameSize; in YUV420toYVU24_NEW()248 memcpy(yvu24, yuv420sp, frameSize * sizeof(unsigned char)); in YUV420toYVU24_NEW()253 int uvp = frameSize + (j >> 1) * width; in YUV420toYVU24_NEW()254 ovp = yvu24 + frameSize + j * width; in YUV420toYVU24_NEW()[all …]
36 final int frameSize; in getDimenByName() local39 frameSize = res.getDimensionPixelSize(frameSizeResID); in getDimenByName()41 frameSize = pxFromDp(defaultValue, res.getDisplayMetrics()); in getDimenByName()43 return frameSize; in getDimenByName()
189 int frameSize = (right - left) / visibleCount; in onLayout() local191 int start = frameSize / 2; in onLayout()198 start = start + frameSize; in onLayout()
46 final int frameSize = width * height; in decodeYUV420SPQuarterRes() local49 int uvp = frameSize + (j >> 1) * width, u = 0, v = 0; in decodeYUV420SPQuarterRes()