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

  /frameworks/native/opengl/libagl/
TextureObjectManager.h 80 GLint crop_rect[4]; member in class:android::EGLTextureObject
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 50 memset(crop_rect,0,4*sizeof(int));
60 int crop_rect[4]; member in class:TextureData
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 396 OMX_CONFIG_RECTTYPE crop_rect = {0,0,0,0}; variable
807 printf("\n width: %d height: %d\n", crop_rect.nWidth, crop_rect.nHeight);
813 temp += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
814 for (i = 0; i < crop_rect.nHeight; i++) {
815 bytes_written = fwrite(temp, crop_rect.nWidth, 1, outputBufferFile);
820 temp += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
821 for (i = 0; i < crop_rect.nHeight/2; i++)
    [all...]

Completed in 257 milliseconds