Searched refs:testWidth (Results 1 – 3 of 3) sorted by relevance
71 int32_t testWidth = dataProvider.ConsumeIntegralInRange<int32_t>(kMinDimension, in LLVMFuzzerTestOneInput() local73 int32_t result = AImageDecoder_setTargetSize(decoder, testHeight, testWidth); in LLVMFuzzerTestOneInput()76 width = testWidth; in LLVMFuzzerTestOneInput()
141 const uint32_t testWidth = 4; in TEST() local148 .width = testWidth, in TEST()163 sp<GraphicBuffer> gb2(new GraphicBuffer(testWidth, in TEST()
350 int testWidth = 10; in getHeaderIcon_getFromMediaControllerMetaData() local353 .thenReturn(Bitmap.createBitmap(testWidth, testHeight, Bitmap.Config.ARGB_8888)); in getHeaderIcon_getFromMediaControllerMetaData()357 assertThat(mMediaOutputDialog.getHeaderIcon().getBitmap().getWidth()).isEqualTo(testWidth); in getHeaderIcon_getFromMediaControllerMetaData()