Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drmdec.c51 int64_t audiotimestamp; ///< Audio packet timestamp member
911 ast->audiotimestamp = timestamp; in ff_rm_parse_packet()
948 ast->audiotimestamp = timestamp; in ff_rm_parse_packet()
995 if ((pkt->pts = ast->audiotimestamp) != AV_NOPTS_VALUE) { in ff_rm_retrieve_cache()
996 ast->audiotimestamp = AV_NOPTS_VALUE; in ff_rm_retrieve_cache()