| 425 | } |
| 426 | |
| 427 | int32_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 |
no test coverage detected