Home
last modified time | relevance | path

Searched refs:heights (Results 1 – 5 of 5) sorted by relevance

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java226 int[] heights) { in prepareParamsList() argument
231 MediaFormat.createVideoFormat(mediaType, widths[i], heights[i]); in prepareParamsList()
244 new Object[]{mediaType, widths[i], heights[i], encoder, maxBFrame}); in prepareParamsList()
258 int[] heights = {240, 480, 720, 1080}; in input() local
259 prepareParamsList(testParams, mediaType, widths, heights); in input()
262 int[] heights = {144, 288, 576, 1152}; in input() local
263 prepareParamsList(testParams, mediaType, widths, heights); in input()
266 int[] heights = {240, 480, 720, 1080, 2160}; in input() local
267 prepareParamsList(testParams, mediaType, widths, heights); in input()
270 int[] heights = {144, 288, 480, 720, 1080}; in input() local
[all …]
DCodecPerformanceTestBase.java335 Range<Integer> heights = vc.getSupportedHeights(); in getMaxFrameSize() local
336 Range<Integer> widths = vc.getSupportedWidthsFor(heights.getUpper()); in getMaxFrameSize()
337 int maxFrameSize = heights.getUpper() * widths.getUpper(); in getMaxFrameSize()
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererTransformTest.java76 int[] heights = new int[]{A4_HEIGHT_PTS * 3 / 4, A4_HEIGHT_PTS, A4_HEIGHT_PTS * 4 / 3}; in getParameters() local
105 for (int height : heights) { in getParameters()
/cts/tests/media/src/android/mediav2/cts/
DCodecInfoTest.java326 Range<Integer> heights = vCaps.getSupportedHeights(); in testResolutionSupport() local
328 + widths + " height range " + heights, widths, heights); in testResolutionSupport()
/cts/apps/CameraITS/utils/
Dits_session_utils.py2002 heights = None
2030 heights = [out['height'] for out in outputs]
2060 obj['height'] = heights[j]
2071 buf_size = (widths[j] * heights[j] * 3) // 2