Home
last modified time | relevance | path

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

/external/chromium_org/media/webm/
Dwebm_constants.cc10 const char kWebMCodecCaptions[] = "D_WEBVTT/CAPTIONS"; variable
Dwebm_constants.h223 MEDIA_EXPORT extern const char kWebMCodecCaptions[];
Dwebm_tracks_parser.cc20 if (codec_id == kWebMCodecCaptions) in CodecIdToTextKind()