Home
last modified time | relevance | path

Searched defs:ParserSdtpInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_format_helper.h38 struct ParserSdtpInfo { struct
39 void *pb = nullptr;
40 int pbIsCopied = 0;
41 int ffindex = 0;
42 int nextChunk = 0;
43 unsigned int chunkCount = 0;
44 int64_t *chunkOffsets = nullptr;
45 unsigned int sttsCount = 0;
46 void *sttsData = nullptr;
47 unsigned int sdtpCount = 0;
[all …]