Searched refs:getVideoSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/camera/
H A DCameraParameters2.h81 void getVideoSize(int *width, int *height) const;
85 // or getVideoSize(). In adddition, it also indicates that
H A DCameraParameters.h74 void getVideoSize(int *width, int *height) const;
78 // or getVideoSize(). In adddition, it also indicates that
/frameworks/av/camera/
H A DCameraParameters2.cpp272 void CameraParameters2::getVideoSize(int *width, int *height) const
H A DCameraParameters.cpp384 void CameraParameters::getVideoSize(int *width, int *height) const function in class:android::CameraParameters
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp425 params.getVideoSize(&frameWidthActual, &frameHeightActual);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1828 newParams.getVideoSize(&validatedParams.videoWidth,

Completed in 2209 milliseconds