Home
last modified time | relevance | path

Searched defs:codecType (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DSoftwareVideoDecoderFactory.java22 public VideoDecoder createDecoder(String codecType) { in createDecoder()
28 public VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
DVideoDecoderFactory.java23 default VideoDecoder createDecoder(String codecType) { in createDecoder()
DDefaultVideoDecoderFactory.java42 public @Nullable VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
/external/webrtc/sdk/android/tests/src/org/webrtc/
DHardwareVideoEncoderTest.java66 VideoCodecMimeType codecType, Integer surfaceColorFormat, Integer yuvColorFormat, in TestEncoder()
116 private VideoCodecMimeType codecType = VideoCodecMimeType.VP8; field in HardwareVideoEncoderTest.TestEncoderBuilder
118 public TestEncoderBuilder setCodecType(VideoCodecMimeType codecType) { in setCodecType()
DAndroidVideoDecoderTest.java65 VideoCodecMimeType codecType, int colorFormat, EglBase.Context sharedContext) { in TestDecoder()
146 private VideoCodecMimeType codecType = VideoCodecMimeType.VP8; field in AndroidVideoDecoderTest.TestDecoderBuilder
149 public TestDecoderBuilder setCodecType(VideoCodecMimeType codecType) { in setCodecType()
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java59 private final VideoCodecMimeType codecType; field in AndroidVideoDecoder
132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder()
DMediaCodecVideoDecoderFactory.java48 public VideoDecoder createDecoder(VideoCodecInfo codecType) { in createDecoder()
DHardwareVideoEncoder.java106 private final VideoCodecMimeType codecType; field in HardwareVideoEncoder
183 VideoCodecMimeType codecType, Integer surfaceColorFormat, Integer yuvColorFormat, in HardwareVideoEncoder()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DAndroidVideoDecoderInstrumentationTest.java55 private final VideoCodecInfo codecType; field in AndroidVideoDecoderInstrumentationTest
/external/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h110 VideoCodecType codecType; member
/external/webrtc/api/video_codecs/
Dvideo_codec.h105 VideoCodecType codecType; variable
/external/webrtc/call/
Drtp_video_sender.cc60 const VideoCodecType codecType = PayloadStringToCodecType(payload_name); in PayloadTypeSupportsSkippingFecPackets() local
/external/aac/libSBRenc/include/
Dsbr_encoder.h116 typedef enum codecType { enum
/external/webrtc/video/
Dsend_statistics_proxy.cc69 VideoCodecType codecType = PayloadStringToCodecType(payload_name); in PayloadNameToHistogramCodecType() local