MCPcopy Create free account
hub / github.com/Tencent/libpag / encodeHeaders

Method encodeHeaders

exporter/src/export/encode/VideoEncoder.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126int PAGEncoder::encodeHeaders(uint8_t* header[], int headerSize[]) {
127 return encoder->encodeHeaders(header, headerSize);
128}
129
130int PAGEncoder::getEncodedData(uint8_t** outData, FrameType* outFrameType, int64_t* outFrameIndex) {
131 return encoder->getEncodedFrame(false, outData, outFrameType, outFrameIndex);

Callers 1

GetVideoSequenceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected