Searched refs:IF_TRUE_RETURN_VAL (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 83 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 85 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 87 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 89 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 92 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 94 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 96 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 99 IF_TRUE_RETURN_VAL(surface == nullptr, false); in RunDecEnc() 101 IF_TRUE_RETURN_VAL(!ret, false); in RunDecEnc() 104 IF_TRUE_RETURN_VAL(!re in RunDecEnc() [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | heif_hw_decoder.cpp | 34 IF_TRUE_RETURN_VAL(!enableGrid, true); in IsValid() 97 IF_TRUE_RETURN_VAL(!fmt.has_value(), nullptr); in AllocateOutputBuffer() 327 IF_TRUE_RETURN_VAL(!gridInfo.IsValid(), Media::ERR_IMAGE_INVALID_PARAMETER); 328 IF_TRUE_RETURN_VAL(!CheckOutputBuffer(gridInfo, output), Media::ERR_IMAGE_INVALID_PARAMETER); 336 IF_TRUE_RETURN_VAL(!IsHardwareDecodeSupported(gridInfo), Media::ERR_IMAGE_HW_DECODE_UNSUPPORT); 337 IF_TRUE_RETURN_VAL(!SetCallbackForDecoder(), Media::ERR_IMAGE_DECODE_FAILED); 339 IF_TRUE_RETURN_VAL(!ConfigureDecoder(gridInfo, output), Media::ERR_IMAGE_DECODE_FAILED); 340 IF_TRUE_RETURN_VAL(!SetOutputBuffer(gridInfo, output), Media::ERR_IMAGE_DECODE_FAILED); 343 IF_TRUE_RETURN_VAL(!GetUvPlaneOffsetFromSurfaceBuffer(output_, uvOffsetForOutput_),
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_log.h | 133 #define IF_TRUE_RETURN_VAL(cond, val) \ macro
|
H A D | hcodec_dfx.cpp | 93 IF_TRUE_RETURN_VAL(pool.empty(), 0); in OnGetHidumperInfo() 94 IF_TRUE_RETURN_VAL(pool.front().surfaceBuffer, pool.front().surfaceBuffer->GetSize()); in OnGetHidumperInfo() 95 IF_TRUE_RETURN_VAL(!(pool.front().avBuffer && pool.front().avBuffer->memory_), 0); in OnGetHidumperInfo()
|
H A D | hcodec.cpp | 694 IF_TRUE_RETURN_VAL(omxBuffer == nullptr, AVCS_ERR_INVALID_VAL); in AllocateAvSurfaceBuffers()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec_log.h | 80 #define IF_TRUE_RETURN_VAL(cond, val) \ macro
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 224 IF_TRUE_RETURN_VAL(enableHeifGrid_, IC_ERR_OK); in ReConfigureOutputBufferCnt()
|
H A D | image_codec.cpp | 406 IF_TRUE_RETURN_VAL(ret != IC_ERR_OK, ret); in AllocateHardwareBuffers() 471 IF_TRUE_RETURN_VAL(omxBuffer == nullptr, IC_ERR_INVALID_VAL); in AllocateSurfaceBuffers()
|
Completed in 15 milliseconds