HomeSort by relevance Sort by last modified time
    Searched refs:codecType (Results 1 - 25 of 49) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_coding/utility/
qp_parser.cc 19 switch (frame.CodecSpecific()->codecType) {
  /external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h 36 VideoCodecType codecType;
46 codecType = kVideoCodecUnknown;
60 if (codecType != other.codecType)
device_info_impl.cc 204 bestCodecType = capability.codecType;
213 if (capability.codecType == requested.codecType
214 && bestCodecType != requested.codecType)
216 bestCodecType = capability.codecType;
223 if (requested.codecType == capability.codecType)
229 bestCodecType = capability.codecType;
238 if (requested.codecType == capability.codecType)
    [all...]
video_capture_impl.cc 165 _requestedCapability.codecType = kVideoCodecUnknown;
247 if (frameInfo.codecType == kVideoCodecUnknown)
  /external/webrtc/webrtc/modules/video_coding/test/
tester_main.cc 49 args->codecType = kVideoCodecVP8;
51 args->codecType = kVideoCodecVP9;
53 args->codecType = kVideoCodecI420;
test_util.h 78 webrtc::VideoCodecType codecType;
test_util.cc 25 codecType(webrtc::kVideoCodecVP8),
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 27 _codecSpecificInfo.codecType = kVideoCodecUnknown;
39 _codecSpecificInfo.codecType = kVideoCodecUnknown;
92 _codecSpecificInfo.codecType = kVideoCodecUnknown;
102 if (_codecSpecificInfo.codecType != kVideoCodecVP8) {
108 _codecSpecificInfo.codecType = kVideoCodecVP8;
129 if (_codecSpecificInfo.codecType != kVideoCodecVP9) {
137 _codecSpecificInfo.codecType = kVideoCodecVP9;
196 _codecSpecificInfo.codecType = kVideoCodecH264;
200 _codecSpecificInfo.codecType = kVideoCodecUnknown;