Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.h57 int32_t DecodePack(uint8_t *addr, uint32_t len, uint64_t timeStampUs);
H A Dtest_play_file_h265.cpp192 int32_t DecodeManager::DecodePack(uint8_t *addr, uint32_t len, uint64_t timeStampUs) in DecodePack() function in DecodeManager
337 int32_t ret = decodeMng.DecodePack(buf + offset, frameSize, timeStamp); in main()