Searched refs:parseResolution (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.h61 int parseResolution(char* edidStr, int* edidModes);
H A Dexternal.cpp279 int ExternalDisplay::parseResolution(char* edidStr, int* edidModes) function in class:qhwc::ExternalDisplay
333 mModeCount = parseResolution(edidStr, mEDIDModes);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.h61 int parseResolution(char* edidStr, int* edidModes);
H A Dexternal.cpp279 int ExternalDisplay::parseResolution(char* edidStr, int* edidModes) function in class:qhwc::ExternalDisplay
333 mModeCount = parseResolution(edidStr, mEDIDModes);
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h77 int parseResolution(char* edidMode);
H A Dhdmi.cpp323 int HDMIDisplay::parseResolution(char* edidStr) function in class:qhwc::HDMIDisplay
370 mModeCount = parseResolution(edidStr);
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h59 int parseResolution(char* edidStr, int* edidModes);
H A Dexternal.cpp383 int ExternalDisplay::parseResolution(char* edidStr, int* edidModes) function in class:qhwc::ExternalDisplay
434 mModeCount = parseResolution(mEDIDs, mEDIDModes);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h82 int parseResolution(char* edidMode);
H A Dhdmi.cpp335 int HDMIDisplay::parseResolution(char* edidStr) function in class:qhwc::HDMIDisplay
382 mModeCount = parseResolution(edidStr);
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3212 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height) function in class:android::CameraHal
3332 ret = parseResolution(mCameraProperties->get(CameraProperties::PREVIEW_SIZE), width, height);
3343 ret = parseResolution(mCameraProperties->get(CameraProperties::PICTURE_SIZE), width, height);
3354 ret = parseResolution(mCameraProperties->get(CameraProperties::JPEG_THUMBNAIL_SIZE), width, height);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp4332 status_t CameraHal::parseResolution(const char *resStr, int &width, int &height) function in class:Ti::Camera::CameraHal
4467 ret = parseResolution(mCameraProperties->get(CameraProperties::PREVIEW_SIZE), width, height);
4478 ret = parseResolution(mCameraProperties->get(CameraProperties::PICTURE_SIZE), width, height);
4489 ret = parseResolution(mCameraProperties->get(CameraProperties::JPEG_THUMBNAIL_SIZE), width, height);
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h1309 status_t parseResolution(const char *resStr, int &width, int &height);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1108 status_t parseResolution(const char *resStr, int &width, int &height);

Completed in 179 milliseconds