Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:CAMHAL_LOGD

1039         CAMHAL_LOGD("Supported framerate ranges: %s", supported);
1040 CAMHAL_LOGD("Default framerate range: [%s]", defaultRange);
1059 CAMHAL_LOGD("Supported preview framerates: %s", supported);
1092 CAMHAL_LOGD("Supported framerate ranges extended: %s", supported);
1108 CAMHAL_LOGD("Supported extended preview framerates: %s", supported);
2206 CAMHAL_LOGD("===================================================");
2207 CAMHAL_LOGD("---- Dumping OMX capabilities for sensor id: %d ----", sensorId);
2209 CAMHAL_LOGD("");
2210 CAMHAL_LOGD("ulPreviewFormatCount = %d", int(caps.ulPreviewFormatCount));
2212 CAMHAL_LOGD(" ePreviewFormats[%2d] = %d", i, int(caps.ePreviewFormats[i]));
2214 CAMHAL_LOGD("");
2215 CAMHAL_LOGD("ulImageFormatCount = %d", int(caps.ulImageFormatCount));
2217 CAMHAL_LOGD(" eImageFormats[%2d] = %d", i, int(caps.eImageFormats[i]));
2219 CAMHAL_LOGD("");
2220 CAMHAL_LOGD("tPreviewResRange.nWidthMin = %d", int(caps.tPreviewResRange.nWidthMin));
2221 CAMHAL_LOGD("tPreviewResRange.nHeightMin = %d", int(caps.tPreviewResRange.nHeightMin));
2222 CAMHAL_LOGD("tPreviewResRange.nWidthMax = %d", int(caps.tPreviewResRange.nWidthMax));
2223 CAMHAL_LOGD("tPreviewResRange.nHeightMax = %d", int(caps.tPreviewResRange.nHeightMax));
2224 CAMHAL_LOGD("tPreviewResRange.nMaxResInPixels = %d", int(caps.tPreviewResRange.nMaxResInPixels));
2226 CAMHAL_LOGD("");
2227 CAMHAL_LOGD("tRotatedPreviewResRange.nWidthMin = %d", int(caps.tRotatedPreviewResRange.nWidthMin));
2228 CAMHAL_LOGD("tRotatedPreviewResRange.nHeightMin = %d", int(caps.tRotatedPreviewResRange.nHeightMin));
2229 CAMHAL_LOGD("tRotatedPreviewResRange.nWidthMax = %d", int(caps.tRotatedPreviewResRange.nWidthMax));
2230 CAMHAL_LOGD("tRotatedPreviewResRange.nHeightMax = %d", int(caps.tRotatedPreviewResRange.nHeightMax));
2231 CAMHAL_LOGD("tRotatedPreviewResRange.nMaxResInPixels = %d", int(caps.tRotatedPreviewResRange.nMaxResInPixels));
2233 CAMHAL_LOGD("");
2234 CAMHAL_LOGD("tImageResRange.nWidthMin = %d", int(caps.tImageResRange.nWidthMin));
2235 CAMHAL_LOGD("tImageResRange.nHeightMin = %d", int(caps.tImageResRange.nHeightMin));
2236 CAMHAL_LOGD("tImageResRange.nWidthMax = %d", int(caps.tImageResRange.nWidthMax));
2237 CAMHAL_LOGD("tImageResRange.nHeightMax = %d", int(caps.tImageResRange.nHeightMax));
2238 CAMHAL_LOGD("tImageResRange.nMaxResInPixels = %d", int(caps.tImageResRange.nMaxResInPixels));
2240 CAMHAL_LOGD("");
2241 CAMHAL_LOGD("tThumbResRange.nWidthMin = %d", int(caps.tThumbResRange.nWidthMin));
2242 CAMHAL_LOGD("tThumbResRange.nHeightMin = %d", int(caps.tThumbResRange.nHeightMin));
2243 CAMHAL_LOGD("tThumbResRange.nWidthMax = %d", int(caps.tThumbResRange.nWidthMax));
2244 CAMHAL_LOGD("tThumbResRange.nHeightMax = %d", int(caps.tThumbResRange.nHeightMax));
2245 CAMHAL_LOGD("tThumbResRange.nMaxResInPixels = %d", int(caps.tThumbResRange.nMaxResInPixels));
2247 CAMHAL_LOGD("");
2248 CAMHAL_LOGD("ulWhiteBalanceCount = %d", int(caps.ulWhiteBalanceCount));
2250 CAMHAL_LOGD(" eWhiteBalanceModes[%2d] = 0x%08x", i, int(caps.eWhiteBalanceModes[i]));
2252 CAMHAL_LOGD("");
2253 CAMHAL_LOGD("ulColorEffectCount = %d", int(caps.ulColorEffectCount));
2255 CAMHAL_LOGD(" eColorEffects[%2d] = 0x%08x", i, int(caps.eColorEffects[i]));
2257 CAMHAL_LOGD("");
2258 CAMHAL_LOGD("xMaxWidthZoom = %d", int(caps.xMaxWidthZoom));
2259 CAMHAL_LOGD("xMaxHeightZoom = %d", int(caps.xMaxHeightZoom));
2261 CAMHAL_LOGD("");
2262 CAMHAL_LOGD("ulFlickerCount = %d", int(caps.ulFlickerCount));
2264 CAMHAL_LOGD(" eFlicker[%2d] = %d", i, int(caps.eFlicker[i]));
2266 CAMHAL_LOGD("");
2267 CAMHAL_LOGD("ulExposureModeCount = %d", int(caps.ulExposureModeCount));
2269 CAMHAL_LOGD(" eExposureModes[%2d] = 0x%08x", i, int(caps.eExposureModes[i]));
2271 CAMHAL_LOGD("");
2272 CAMHAL_LOGD("bLensDistortionCorrectionSupported = %d", int(caps.bLensDistortionCorrectionSupported));
2273 CAMHAL_LOGD("bISONoiseFilterSupported = %d", int(caps.bISONoiseFilterSupported));
2274 CAMHAL_LOGD("xEVCompensationMin = %d", int(caps.xEVCompensationMin));
2275 CAMHAL_LOGD("xEVCompensationMax = %d", int(caps.xEVCompensationMax));
2276 CAMHAL_LOGD("nSensitivityMax = %d", int(caps.nSensitivityMax));
2278 CAMHAL_LOGD("");
2279 CAMHAL_LOGD("ulFocusModeCount = %d", int(caps.ulFocusModeCount));
2281 CAMHAL_LOGD(" eFocusModes[%2d] = 0x%08x", i, int(caps.eFocusModes[i]));
2283 CAMHAL_LOGD("");
2284 CAMHAL_LOGD("ulSceneCount = %d", int(caps.ulSceneCount));
2286 CAMHAL_LOGD(" eSceneModes[%2d] = %d", i, int(caps.eSceneModes[i]));
2288 CAMHAL_LOGD("");
2289 CAMHAL_LOGD("ulFlashCount = %d", int(caps.ulFlashCount));
2291 CAMHAL_LOGD(" eFlashModes[%2d] = %d", i, int(caps.eFlashModes[i]));
2293 CAMHAL_LOGD("xFramerateMin = %d", int(caps.xFramerateMin));
2294 CAMHAL_LOGD("xFramerateMax = %d", int(caps.xFramerateMax));
2295 CAMHAL_LOGD("bContrastSupported = %d", int(caps.bContrastSupported));
2296 CAMHAL_LOGD("bSaturationSupported = %d", int(caps.bSaturationSupported));
2297 CAMHAL_LOGD("bBrightnessSupported = %d", int(caps.bBrightnessSupported));
2298 CAMHAL_LOGD("bProcessingLevelSupported = %d", int(caps.bProcessingLevelSupported));
2299 CAMHAL_LOGD("bQFactorSupported = %d", int(caps.bQFactorSupported));
2301 CAMHAL_LOGD("");
2302 CAMHAL_LOGD("ulPrvVarFPSModesCount = %d", int(caps.ulPrvVarFPSModesCount));
2305 CAMHAL_LOGD(" tPrvVarFPSModes[%d].nVarFPSMin = %d", i, int(caps.tPrvVarFPSModes[i].nVarFPSMin));
2306 CAMHAL_LOGD(" tPrvVarFPSModes[%d].nVarFPSMax = %d", i, int(caps.tPrvVarFPSModes[i].nVarFPSMax));
2309 CAMHAL_LOGD("");
2310 CAMHAL_LOGD("ulCapVarFPSModesCount = %d", int(caps.ulCapVarFPSModesCount));
2313 CAMHAL_LOGD(" tCapVarFPSModes[%d].nVarFPSMin = %d", i, int(caps.tCapVarFPSModes[i].nVarFPSMin));
2314 CAMHAL_LOGD(" tCapVarFPSModes[%d].nVarFPSMax = %d", i, int(caps.tCapVarFPSModes[i].nVarFPSMax));
2317 CAMHAL_LOGD("");
2318 CAMHAL_LOGD("tSenMounting.nSenId = %d", int(caps.tSenMounting.nSenId));
2319 CAMHAL_LOGD("tSenMounting.nRotation = %d", int(caps.tSenMounting.nRotation));
2320 CAMHAL_LOGD("tSenMounting.bMirror = %d", int(caps.tSenMounting.bMirror));
2321 CAMHAL_LOGD("tSenMounting.bFlip = %d", int(caps.tSenMounting.bFlip));
2322 CAMHAL_LOGD("tSenMounting.eFacing = %d", int(caps.tSenMounting.eFacing));
2324 CAMHAL_LOGD("");
2325 CAMHAL_LOGD("ulAutoConvModesCount = %d", int(caps.ulAutoConvModesCount));
2327 CAMHAL_LOGD(" eAutoConvModes[%2d] = %d", i, int(caps.eAutoConvModes[i]));
2329 CAMHAL_LOGD("");
2330 CAMHAL_LOGD("ulBracketingModesCount = %d", int(caps.ulBracketingModesCount));
2332 CAMHAL_LOGD(" eBracketingModes[%2d] = %d", i, int(caps.eBracketingModes[i]));
2334 CAMHAL_LOGD("");
2335 CAMHAL_LOGD("bGbceSupported = %d", int(caps.bGbceSupported));
2336 CAMHAL_LOGD("bRawJpegSupported = %d", int(caps.bRawJpegSupported));
2338 CAMHAL_LOGD("");
2339 CAMHAL_LOGD("ulImageCodingFormatCount = %d", int(caps.ulImageCodingFormatCount));
2341 CAMHAL_LOGD(" eImageCodingFormat[%2d] = %d", i, int(caps.eImageCodingFormat[i]));
2343 CAMHAL_LOGD("");
2344 CAMHAL_LOGD("uSenNativeResWidth = %d", int(caps.uSenNativeResWidth));
2345 CAMHAL_LOGD("uSenNativeResHeight = %d", int(caps.uSenNativeResHeight));
2346 CAMHAL_LOGD("ulAlgoAreasFocusCount = %d", int(caps.ulAlgoAreasFocusCount));
2347 CAMHAL_LOGD("ulAlgoAreasExposureCount = %d", int(caps.ulAlgoAreasExposureCount));
2348 CAMHAL_LOGD("bAELockSupported = %d", int(caps.bAELockSupported));
2349 CAMHAL_LOGD("bAWBLockSupported = %d", int(caps.bAWBLockSupported));
2350 CAMHAL_LOGD("bAFLockSupported = %d", int(caps.bAFLockSupported));
2351 CAMHAL_LOGD("nFocalLength = %d", int(caps.nFocalLength));
2353 CAMHAL_LOGD("");
2354 CAMHAL_LOGD("ulPrvFrameLayoutCount = %d", int(caps.ulPrvFrameLayoutCount));
2356 CAMHAL_LOGD(" ePrvFrameLayout[%2d] = %d", i, int(caps.ePrvFrameLayout[i]));
2358 CAMHAL_LOGD("");
2359 CAMHAL_LOGD("ulCapFrameLayoutCount = %d", int(caps.ulCapFrameLayoutCount));
2361 CAMHAL_LOGD(" eCapFrameLayout[%2d] = %d", i, int(caps.eCapFrameLayout[i]));
2363 CAMHAL_LOGD("");
2364 CAMHAL_LOGD("bVideoNoiseFilterSupported = %d", int(caps.bVideoNoiseFilterSupported ));
2365 CAMHAL_LOGD("bVideoStabilizationSupported = %d", int(caps.bVideoStabilizationSupported ));
2366 CAMHAL_LOGD("bStillCapDuringVideoSupported = %d", int(caps.bStillCapDuringVideoSupported ));
2367 CAMHAL_LOGD("bMechanicalMisalignmentSupported = %d", int(caps.bMechanicalMisalignmentSupported));
2368 CAMHAL_LOGD("bFacePrioritySupported = %d", int(caps.bFacePrioritySupported ));
2369 CAMHAL_LOGD("bRegionPrioritySupported = %d", int(caps.bRegionPrioritySupported ));
2370 CAMHAL_LOGD("bGlbceSupported = %d", int(caps.bGlbceSupported));
2372 CAMHAL_LOGD("");
2373 CAMHAL_LOGD("nManualConvMin = %d", int(caps.nManualConvMin ));
2374 CAMHAL_LOGD("nManualConvMax = %d", int(caps.nManualConvMax ));
2375 CAMHAL_LOGD("nManualExpMin = %d", int(caps.nManualExpMin ));
2376 CAMHAL_LOGD("nManualExpMax = %d", int(caps.nManualExpMax ));
2377 CAMHAL_LOGD("nBrightnessMin = %d", int(caps.nBrightnessMin ));
2378 CAMHAL_LOGD("nBrightnessMax = %d", int(caps.nBrightnessMax ));
2379 CAMHAL_LOGD("nContrastMin = %d", int(caps.nContrastMin ));
2380 CAMHAL_LOGD("nContrastMax = %d", int(caps.nContrastMax ));
2381 CAMHAL_LOGD("nSharpnessMin = %d", int(caps.nSharpnessMin ));
2382 CAMHAL_LOGD("nSharpnessMax = %d", int(caps.nSharpnessMax ));
2383 CAMHAL_LOGD("nSaturationMin = %d", int(caps.nSaturationMin ));
2384 CAMHAL_LOGD("nSaturationMax = %d", int(caps.nSaturationMax ));
2386 CAMHAL_LOGD("");
2387 CAMHAL_LOGD("------------------- end of dump -------------------");
2388 CAMHAL_LOGD("===================================================");