Home
last modified time | relevance | path

Searched refs:RTCVideoDecoderCallback (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/objc/base/
DRTCVideoDecoder.h22 typedef void (^RTCVideoDecoderCallback)(RTC_OBJC_TYPE(RTCVideoFrame) * frame); typedef
29 - (void)setCallback : (RTCVideoDecoderCallback)callback;
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoDecoderH264.mm35 RTCFrameDecodeParams(RTCVideoDecoderCallback cb, int64_t ts) : callback(cb), timestamp(ts) {}
36 RTCVideoDecoderCallback callback;
78 RTCVideoDecoderCallback _callback;
170 - (void)setCallback:(RTCVideoDecoderCallback)callback { argument
/external/webrtc/sdk/objc/api/video_codec/
DRTCWrappedNativeVideoDecoder.mm34 - (void)setCallback:(RTCVideoDecoderCallback)callback { argument