Searched refs:NZERO_LOG (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 139 #ifndef NZERO_LOG 140 #define NZERO_LOG(exec) \ macro 144 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \ 154 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.cpp | 437 NZERO_LOG(memcpy_s(dstPtr, copySize, in CopyFirstBuffer() 460 NZERO_LOG(memcpy_s(dstPtr, needCopySize, GetBufferReadOnlyData(que_[i]), needCopySize)); in CopyFromSuccessiveBuffer() 465 NZERO_LOG(memcpy_s(dstPtr, copySize, GetBufferReadOnlyData(que_[i]), copySize)); in CopyFromSuccessiveBuffer()
|
/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 145 NZERO_LOG(remove(fullPath.c_str())); in RemoveFilesInDir()
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 215 #ifndef NZERO_LOG 216 #define NZERO_LOG(exec) \ macro 220 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \
|
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/ |
H A D | file_system.cpp | 143 NZERO_LOG(remove(fullPath.c_str())); in RemoveFilesInDir()
|
/foundation/multimedia/media_foundation/test/scenetest/audio_player/ |
H A D | TestFastPlayer.cpp | 204 NZERO_LOG(player->Seek(duration - 100)); // 100 MS in TestSinglePlayerSeekNearEnd() 205 NZERO_LOG(player->Seek(0)); in TestSinglePlayerSeekNearEnd()
|
/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_player_fast.h | 284 NZERO_LOG(player->Seek(duration - 100)); in FIXTURE() 285 NZERO_LOG(player->Seek(0)); in FIXTURE()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.h | 55 NZERO_LOG(memcpy_s(contentType, sizeof(contentType), info->contentType, sizeof(contentType))); in Update()
|
H A D | downloader.cpp | 817 NZERO_LOG(memcpy_s(info->contentType, sizeof(info->contentType), type, strlen(type))); in HandleContentType()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.cpp | 926 NZERO_LOG(memcpy_s(iv_, DECRYPT_UNIT_LEN, iv, DECRYPT_UNIT_LEN)); in OnSourceKeyChange() 927 NZERO_LOG(memcpy_s(key_, DECRYPT_UNIT_LEN, key, keyLen)); in OnSourceKeyChange()
|
Completed in 10 milliseconds