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

  /external/opencore/fileformats/mp4/composer/src/
syncsampleatom.cpp 60 uint8 codingType = (uint8)((flags >> 2) & 0x03);
62 if (codingType == CODING_TYPE_I) // Need to check if sample fp an I-frame, then add entry to vector
trackfragmentrunatom.cpp 97 uint8 codingType = (uint8)((flags >> 2) & 0x03);
98 if (codingType == CODING_TYPE_I)
mpeg4file.cpp     [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp     [all...]

Completed in 430 milliseconds