Searched refs:videoTestDataTmp (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediaplayer/ |
H A D | mediacontroller_unit_test.cpp | 276 char *videoTestDataTmp = new char[videoTestDataLen_]; in VideoTestDataLoad() local 277 EXPECT_NE(nullptr, videoTestDataTmp); in VideoTestDataLoad() 279 memset_s(videoTestDataTmp, videoTestDataLen_, 0, videoTestDataLen_); in VideoTestDataLoad() 281 ret = fread(videoTestDataTmp, 1, fileLen, videoTestFp_); in VideoTestDataLoad() 286 videoTestData_->Assign(videoTestDataTmp, fileLen); in VideoTestDataLoad() 288 delete[] videoTestDataTmp; in VideoTestDataLoad()
|
H A D | videoplaycontroller_unit_test.cpp | 253 char *videoTestDataTmp = new char[videoTestDataLen_]; in VideoTestDataLoad() local 254 EXPECT_NE(nullptr, videoTestDataTmp); in VideoTestDataLoad() 256 memset_s(videoTestDataTmp, videoTestDataLen_, 0, videoTestDataLen_); in VideoTestDataLoad() 258 ret = fread(videoTestDataTmp, 1, fileLen, videoTestFp_); in VideoTestDataLoad() 263 videoTestData_->Assign(videoTestDataTmp, fileLen); in VideoTestDataLoad() 265 delete[] videoTestDataTmp; in VideoTestDataLoad()
|
Completed in 3 milliseconds