Home
last modified time | relevance | path

Searched defs:RTCVideoCodecInfo (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/objc/base/
H A DRTCVideoCodecInfo.m13 @implementation RTC_OBJC_TYPE (RTCVideoCodecInfo) category
32 - (BOOL)isEqualToCodecInfo:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info {
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCVideoCodecInfo+Private.h18 @interface RTC_OBJC_TYPE (RTCVideoCodecInfo) variable
H A DRTCVideoCodecInfo+Private.mm15 @implementation RTC_OBJC_TYPE (RTCVideoCodecInfo) category
/aosp_15_r20/external/webrtc/examples/objc/AppRTCMobile/ios/
H A DRTCVideoCodecInfo+HumanReadable.m15 @implementation RTC_OBJC_TYPE (RTCVideoCodecInfo) category
/aosp_15_r20/external/webrtc/sdk/objc/components/video_codec/
H A DRTCDefaultVideoDecoderFactory.m66 - (id<RTC_OBJC_TYPE(RTCVideoDecoder)>)createDecoder:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info {
H A DRTCVideoEncoderFactoryH264.m45 - (id<RTC_OBJC_TYPE(RTCVideoEncoder)>)createEncoder:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info {
H A DRTCVideoDecoderFactoryH264.m45 - (id<RTC_OBJC_TYPE(RTCVideoDecoder)>)createDecoder:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info {
H A DRTCDefaultVideoEncoderFactory.m68 - (id<RTC_OBJC_TYPE(RTCVideoEncoder)>)createEncoder:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)info {
H A DRTCVideoEncoderH264.mm340 - (instancetype)initWithCodecInfo:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)codecInfo {
/aosp_15_r20/external/webrtc/examples/objc/AppRTCMobile/
H A DARDSettingsModel.m94 - (BOOL)storeVideoCodecSetting:(RTC_OBJC_TYPE(RTCVideoCodecInfo) *)videoCodec {