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

  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 53 memset(crop_rect, 0, sizeof(crop_rect));
65 memcpy(crop_rect, old->crop_rect, sizeof(crop_rect));
129 // we should keep the crop_rect, but it's delicate because
132 memset(crop_rect, 0, sizeof(crop_rect));
TextureObjectManager.h 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
texture.cpp 712 const GLint Ucr = textureObject->crop_rect[0] << 16;
713 const GLint Vcr = textureObject->crop_rect[1] << 16;
714 const GLint Wcr = textureObject->crop_rect[2] << 16;
715 const GLint Hcr = textureObject->crop_rect[3] << 16;
772 const GLint Wcr = textureObject->crop_rect[2];
773 const GLint Hcr = textureObject->crop_rect[3];
795 const GLint Ucr = textureObject->crop_rect[0];
796 const GLint Vcr = textureObject->crop_rect[1];
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width,
328 float crop_size[2] = {crop_rect.bounds[2] - crop_rect.bounds[0],
329 crop_rect.bounds[3] - crop_rect.bounds[1]};
376 crop_rect.bounds[j % 2 + 2] - bound_percent * crop_size[j % 2];
379 crop_rect.bounds[j % 2] + bound_percent * crop_size[j % 2];
  /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...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 436 cam_rect_t crop_rect; member in struct:__anon4147
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 436 cam_rect_t crop_rect; member in struct:__anon4699
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 553 cam_rect_t crop_rect; member in struct:__anon3516
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 685 cam_rect_t crop_rect; member in struct:__anon43777
    [all...]

Completed in 486 milliseconds