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

  /frameworks/base/include/camera/
CameraParameters.h 74 void getVideoSize(int *width, int *height) const;
78 // or getVideoSize(). In adddition, it also indicates that
    [all...]
  /frameworks/base/libs/camera/
CameraParameters.cpp 376 void CameraParameters::getVideoSize(int *width, int *height) const
  /frameworks/base/media/libstagefright/
CameraSource.cpp 387 params.getVideoSize(&frameWidthActual, &frameHeightActual);
  /development/tools/emulator/system/camera/
EmulatedCamera.cpp 524 mParameters.getVideoSize(&width, &height);

Completed in 21 milliseconds