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

  /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
  /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 719 const GLint Ucr = textureObject->crop_rect[0] << 16;
720 const GLint Vcr = textureObject->crop_rect[1] << 16;
721 const GLint Wcr = textureObject->crop_rect[2] << 16;
722 const GLint Hcr = textureObject->crop_rect[3] << 16;
779 const GLint Wcr = textureObject->crop_rect[2];
780 const GLint Hcr = textureObject->crop_rect[3];
802 const GLint Ucr = textureObject->crop_rect[0];
803 const GLint Vcr = textureObject->crop_rect[1];
    [all...]
  /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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]

Completed in 962 milliseconds