Home
last modified time | relevance | path

Searched defs:img (Results 1 – 25 of 34) sorted by relevance

12

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DRedactUriDeviceTest.java127 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testRedactedUri_single() local
165 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testQueryOnRedactionUri() local
244 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_openFdForWrite() local
261 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_openFdForRead() local
277 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_openFileForRead() local
292 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_query() local
306 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_openFileForRead_withLocationPerm() local
325 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testSharedRedactedUri_openFdForRead_withLocationPerm() local
345 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testUnsharedRedactedUri_openFdForRead() local
367 final File img = stageImageFileWithMetadata(IMAGE_FILE_NAME); in testUnsharedRedactedUri_openFileForRead() local
[all …]
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py116 def unpack_raw10_image(img): argument
169 def unpack_raw12_image(img): argument
370 def downscale_image(img, f): argument
477 def write_image(img, fname, apply_gamma=False): argument
511 def apply_lut_to_image(img, lut): argument
645 def get_image_patch(img, xnorm, ynorm, wnorm, hnorm): argument
670 def compute_image_means(img): argument
686 def compute_image_variances(img): argument
702 def compute_image_sharpness(img): argument
723 def compute_image_max_gradients(img): argument
[all …]
Dopencv_processing_utils.py72 def find_all_contours(img): argument
114 def scale_img(img, scale=1.0): argument
120 def gray_scale_img(img): argument
339 def find_circle(img, img_name, min_area, color): argument
431 def append_circle_center_to_img(circle, img, img_name): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DStatsImage.java33 byte[] img, int width, int height, in computeStatsImage()
DCameraMuteToggleActivity.java215 Image img = null; in onImageAvailable() local
/cts/apps/CameraITS/tests/scene1_1/
Dtest_jpeg.py36 def compute_img_means_and_save(img, img_name, log_path): argument
/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp188 NativeImage *img = new NativeImage; in getNativeImage() local
268 NativeImage *img = getNativeImage(env, image); in Java_android_media_cts_CodecUtils_getImageChecksumAlder32() local
293 NativeImage *img = getNativeImage(env, image); in Java_android_media_cts_CodecUtils_getImageChecksumMD5() local
372 NativeImage *img = getNativeImage(env, image, area); in Java_android_media_cts_CodecUtils_fillImageRectWithYUV() local
392 void getRawStats(NativeImage *img, jlong rawStats[10]) in getRawStats()
503 NativeImage *img = getNativeImage(env, image, area); in Java_android_media_cts_CodecUtils_getRawStats() local
520 NativeImage *img = getNativeImage(env, image, area); in Java_android_media_cts_CodecUtils_getYUVStats() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0034/
Dpoc.cpp96 vpx_image_t *img = nullptr; in main() local
/cts/apps/CameraITS/tests/scene2_b/
Dtest_num_faces.py104 def draw_face_rectangles(img, faces, crop): argument
/cts/apps/CameraITS/tests/scene2_c/
Dtest_num_faces.py104 def draw_face_rectangles(img, faces, crop): argument
/cts/apps/CameraITS/tests/scene2_e/
Dtest_num_faces.py104 def draw_face_rectangles(img, faces, crop): argument
/cts/apps/CameraITS/tests/scene2_a/
Dtest_num_faces.py104 def draw_face_rectangles(img, faces, crop): argument
/cts/apps/CameraITS/tests/scene2_d/
Dtest_num_faces.py104 def draw_face_rectangles(img, faces, crop): argument
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1153 Image img = null; in invalidAccessTestAfterClose() local
1209 Image img = mReader.acquireLatestImage(); in discardFreeBuffersTestByCamera() local
1394 Image img = mReader.acquireNextImage(); in bufferFormatLongProcessingTimeTestByCamera() local
1432 Image img = mReader.acquireLatestImage(); in bufferFormatLongProcessingTimeTestByCamera() local
1525 Image img; in validateImage() local
1575 Image img; in validateTimestamps() local
DZoomCaptureTest.java216 Image img = mReader.acquireNextImage(); in bufferFormatZoomTestByCamera() local
DFastBasicsTest.java129 Image img = imageListener.getImage(WAIT_FOR_PICTURE_TIMEOUT_MS); in camera2TestByCamera() local
/cts/apps/CameraITS/tests/scene0/
Dtest_solid_color_test_pattern.py74 def check_solid_color(img, exp_values, color, fmt): argument
/cts/apps/CameraITS/tests/scene5/
Dtest_lens_shading_and_color_uniformity.py107 def _draw_legend(img, texts, text_org, font_scale, text_offset, color, argument
/cts/apps/CameraITS/tests/scene6/
Dtest_zoom.py131 def find_center_circle(img, img_name, color, min_area, debug): argument
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_camera_StatsImage.cpp30 jbyteArray img, in com_android_cts_verifier_camera_its_computeStatsImage()
/cts/tests/tests/media/misc/jni/
DAImageReaderCts.cpp338 auto imageDeleter = [this](AImage* img) { in HandleImageAvailable()
345 std::unique_ptr<AImage, decltype(imageDeleter)> img(nullptr, imageDeleter); in HandleImageAvailable() local
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java1585 Image img = mCodec.getInputImage(-1); in testGetInputImageInRunningStateVideo() local
1592 Image img = mCodec.getInputImage(bufferIndex); in testGetInputImageInRunningStateVideo() local
1616 Image img = mCodec.getInputImage(-1); in testGetInputImageInRunningStateAudio() local
1623 Image img = mCodec.getInputImage(bufferIndex); in testGetInputImageInRunningStateAudio() local
1686 Image img = mCodec.getOutputImage(-1); in testGetOutputImageInRunningState() local
1706 Image img = mCodec.getOutputImage(bufferIndex); in testGetOutputImageInRunningState() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java262 private void assertColors(Bitmap img, Rect bounds, int primaryColor, float expectedPrimaryRatio, in assertColors()
314 private void generateFailureImage(Bitmap img, Rect bounds, int primaryColor, in generateFailureImage()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVisualizerTest.java452 int img = (int)data[i + 1]; in computeEnergy() local
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/
Dtest_rolling_shutter_skew.py355 def find_contours(img): argument

12