HomeSort by relevance Sort by last modified time
    Searched defs:FrameCENCInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/mp4/
cenc.h 18 struct FrameCENCInfo {
22 FrameCENCInfo();
23 ~FrameCENCInfo();
cenc.cc 15 FrameCENCInfo::FrameCENCInfo() {}
16 FrameCENCInfo::~FrameCENCInfo() {}
18 bool FrameCENCInfo::Parse(int iv_size, BufferReader* reader) {
45 size_t FrameCENCInfo::GetTotalSizeOfSubsamples() const {

Completed in 27 milliseconds