Home | History | Annotate | Download | only in video_coding

Lines Matching defs:VCMGenericDecoder

124 VCMGenericDecoder::VCMGenericDecoder(VideoDecoder* decoder, bool isExternal)
133 VCMGenericDecoder::~VCMGenericDecoder() {}
135 int32_t VCMGenericDecoder::InitDecode(const VideoCodec* settings,
137 TRACE_EVENT0("webrtc", "VCMGenericDecoder::InitDecode");
143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) {
144 TRACE_EVENT1("webrtc", "VCMGenericDecoder::Decode", "timestamp",
170 int32_t VCMGenericDecoder::Release() {
174 int32_t VCMGenericDecoder::Reset() {
178 int32_t VCMGenericDecoder::RegisterDecodeCompleteCallback(
184 bool VCMGenericDecoder::External() const {
188 bool VCMGenericDecoder::PrefersLateDecoding() const {