MCPcopy Create free account
hub / github.com/anyrtcIO-Community/anyRTC-RTMP-OpenSource / Encoded

Method Encoded

AnyCore/avcodec.cc:427–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427int32_t V_H264Encoder::Encoded(const EncodedImage& encoded_image,
428 const CodecSpecificInfo* codec_specific_info,
429 const RTPFragmentationHeader* fragmentation)
430{
431 callback_.OnEncodeDataCallback(false, encoded_image._buffer, encoded_image._length, rtc::Time());
432 return 0;
433}
434
435
436} // namespace webrtc

Callers 3

EncodeMethod · 0.80
OnEncodedFrameMethod · 0.80
DeliverPendingOutputsMethod · 0.80

Calls 2

TimeFunction · 0.85
OnEncodeDataCallbackMethod · 0.80

Tested by

no test coverage detected