MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / parser

Method parser

framework/utils/bitStreamParser.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 int bitStreamParser::parser(uint8_t *data, int size)
62 {
63 int ret = av_parser_parse2(mCont->parser, mCont->c, &mCont->out_pkt.data, &mCont->out_pkt.size,
64 data, size,
65 AV_NOPTS_VALUE, AV_NOPTS_VALUE, 0);
66 return ret;
67 }
68
69 InterlacedType bitStreamParser::getInterlaced()
70 {

Callers 3

process_extra_dataMethod · 0.80
onDecodedMethod · 0.80
ReadPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected