Home
last modified time | relevance | path

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

/external/chromium_org/media/formats/mp4/
Dfourccs.h19 FOURCC_CENC = 0x63656e63, enumerator
Dbox_definitions.cc141 if (type.type == FOURCC_CENC) in Parse()
457 while (sinf.type.type != FOURCC_CENC) { in Parse()
536 while (sinf.type.type != FOURCC_CENC) { in Parse()
Dtrack_run_iterator_unittest.cc219 sinf->type.type = FOURCC_CENC; in AddEncryption()