Searched refs:sessionSetMeteringPoint (Results 1 – 3 of 3) sorted by relevance
506 cameraObj.sessionSetMeteringPoint(mMETERINGPoint);530 cameraObj.sessionSetMeteringPoint(mMETERINGPointLT);554 cameraObj.sessionSetMeteringPoint(mMETERINGPointRT);578 cameraObj.sessionSetMeteringPoint(mMETERINGPointLB);602 cameraObj.sessionSetMeteringPoint(mMETERINGPointRB);626 cameraObj.sessionSetMeteringPoint(mMETERINGPointInvalidLT);650 cameraObj.sessionSetMeteringPoint(mMETERINGPointInvalidRT);674 cameraObj.sessionSetMeteringPoint(mMETERINGPointInvalidLB);698 cameraObj.sessionSetMeteringPoint(mMETERINGPointInvalidRB);
564 let ret = cameraObj.sessionSetMeteringPoint({589 let ret = cameraObj.sessionSetMeteringPoint({
246 export const sessionSetMeteringPoint: (point: Point) => number; constant