Searched refs:DEMO_LOG (Results 1 – 2 of 2) sorted by relevance
45 DEMO_LOG("Write video device failed."); in Display()70 DEMO_LOG("hal system init failed."); in InitVideoOutput()76 DEMO_LOG("video output init failed."); in InitVideoOutput()118 DEMO_LOG("HalWriteVo failed."); in Write2VideoDevice()285 DEMO_LOG("play end."); in DisplayThrd()290 DEMO_LOG("Demo begin"); in main()293 DEMO_LOG("Init video output succeed."); in main()297 DEMO_LOG("Init decoder succeed."); in main()317 DEMO_LOG("Memory not enough."); in main()341 DEMO_LOG("memmove_s failed."); in main()[all …]
27 #define DEMO_LOG(format, ...) printf("%s[%s:%d]" format "\n", __func__, (FILENAME), __LINE__, ##__V… macro