HomeSort by relevance Sort by last modified time
    Searched defs:crop_rect (Results 1 - 7 of 7) sorted by null

  /frameworks/native/opengl/libagl/
TextureObjectManager.h 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
  /external/tensorflow/tensorflow/core/kernels/
sample_distorted_bounding_box_op.cc 113 SimplePhilox* random, Rectangle* crop_rect) {
186 crop_rect->min_x_ = x;
187 crop_rect->min_y_ = y;
188 crop_rect->max_x_ = x + width;
189 crop_rect->max_y_ = y + height;
339 Rectangle crop_rect; variable
348 sample_aspect_ratio, &random, &crop_rect)) {
349 if (SatisfiesOverlapConstraints(crop_rect, min_object_covered_val,
358 crop_rect = image_rect;
362 const int target_width = crop_rect.max_x_ - crop_rect.min_x_
    [all...]
  /external/skia/tests/
ImageFilterTest.cpp 1999 SkIRect crop_rect = SkIRect::MakeXYWH(-111, -222, 333, 444); local
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 1999 SkIRect crop_rect = SkIRect::MakeXYWH(-111, -222, 333, 444); local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 553 cam_rect_t crop_rect; member in struct:__anon2129
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 689 cam_rect_t crop_rect; member in struct:__anon48894
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 429 OMX_CONFIG_RECTTYPE crop_rect = {0, {{0, 0, 0, 0}}, 0, 0, 0, 0, 0}; variable
863 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
864 for (i = 0; i < crop_rect.nHeight; i++) {
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
872 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
873 for (i = 0; i < crop_rect.nHeight/2; i++) {
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile)
    [all...]

Completed in 405 milliseconds