HomeSort by relevance Sort by last modified time
    Searched refs:H264Decoder (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264.cc 52 H264Decoder* H264Decoder::Create() {
53 RTC_DCHECK(H264Decoder::IsSupported());
62 bool H264Decoder::IsSupported() {
h264_video_toolbox_decoder.h 28 class H264VideoToolboxDecoder : public H264Decoder {
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/include/
h264.h 38 class H264Decoder : public VideoDecoder {
40 static H264Decoder* Create();
43 ~H264Decoder() override {}
  /external/webrtc/webrtc/video/
video_decoder.cc 23 RTC_DCHECK(H264Decoder::IsSupported());
24 return H264Decoder::Create();
  /external/webrtc/webrtc/modules/video_coding/
codec_database.cc 588 if (H264Decoder::IsSupported()) {
589 return new VCMGenericDecoder(H264Decoder::Create());
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 159 webrtc::H264Decoder::IsSupported();
    [all...]

Completed in 47 milliseconds