/frameworks/native/opengl/libagl/ |
TextureObjectManager.h | 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
|
/device/google/marlin/camera/QCamera2/stack/common/ |
cam_intf.h | 553 cam_rect_t crop_rect; member in struct:__anon3472 [all...] |
/device/huawei/angler/camera/QCamera2/stack/common/ |
cam_intf.h | 436 cam_rect_t crop_rect; member in struct:__anon4096 [all...] |
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_intf.h | 436 cam_rect_t crop_rect; member in struct:__anon4648 [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...] |