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

  /external/chromium_org/media/webm/
webm_content_encodings.cc 24 encryption_key_id_.assign(reinterpret_cast<const char*>(encryption_key_id),
webm_content_encodings.h 69 const std::string& encryption_key_id() const { return encryption_key_id_; }
80 std::string encryption_key_id_; member in class:media::ContentEncoding
  /external/chromium_org/media/filters/
ffmpeg_demuxer.h 132 std::string encryption_key_id_; member in class:media::FFmpegDemuxerStream
ffmpeg_demuxer.cc 94 encryption_key_id_.assign(enc_key_id);
138 reinterpret_cast<const uint8*>(encryption_key_id_.data()),
139 encryption_key_id_.size()));

Completed in 39 milliseconds