Home
last modified time | relevance | path

Searched refs:ReadH265File (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp221 static int32_t ReadH265File(ifstream &file, char *buf, int32_t len) in ReadH265File() function
327 bufLen += ReadH265File(file, static_cast<char *>(buf + bufLen), bufSize - bufLen); in main()