Home
last modified time | relevance | path

Searched refs:NZERO_LOG (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/foundation/
H A Dlog.h139 #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 Ddata_packer.cpp437 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 Dfile_system.cpp145 NZERO_LOG(remove(fullPath.c_str())); in RemoveFilesInDir()
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h215 #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 Dfile_system.cpp143 NZERO_LOG(remove(fullPath.c_str())); in RemoveFilesInDir()
/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp204 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 Dtest_single_player_fast.h284 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 Ddownloader.h55 NZERO_LOG(memcpy_s(contentType, sizeof(contentType), info->contentType, sizeof(contentType))); in Update()
H A Ddownloader.cpp817 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 Dhls_media_downloader.cpp926 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