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

  /frameworks/native/opengl/libagl/
TextureObjectManager.h 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 331 cam_rect_t crop_rect; member in struct:__anon3233
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h 373 cam_rect_t crop_rect; member in struct:__anon3918
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h 416 cam_rect_t crop_rect; member in struct:__anon25157
    [all...]
  /hardware/qcom/media/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 111 milliseconds