Home
last modified time | relevance | path

Searched refs:RETURN_FAILURE (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp451 #define RETURN_FAILURE(condition) \ macro
457 RETURN_FAILURE(argc != 3); in main()
460 RETURN_FAILURE(!handle.SetUp()); in main()
461 RETURN_FAILURE(!handle.configPixelFormat(HAL_PIXEL_FORMAT_YCBCR_420_888)); in main()
465 RETURN_FAILURE(populateInfoVector(eleStreamInfo, &Info) < 0); in main()
466 RETURN_FAILURE(handle.mComponent->start() != C2_OK); in main()
471 RETURN_FAILURE(!ifStream.is_open()); in main()
472 RETURN_FAILURE(!decodeNFrames(handle.mComponent, handle.mQueueLock, handle.mQueueCondition, in main()
481 RETURN_FAILURE(handle.mFramesReceived != Info.size()); in main()
482 RETURN_FAILURE(handle.mComponent->stop() != C2_OK); in main()
[all …]