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

  /hardware/google/av/media/sfplugin/
CCodecConfig.h 65 OTHER_KIND = (1 << 8), ///< for other domains
83 DECODER = ~(IS_ENCODER | OTHER_KIND),
84 ENCODER = ~(IS_DECODER | OTHER_KIND),
CCodecConfig.cpp 534 kind.value == C2Component::KIND_ENCODER ? Domain::IS_ENCODER : Domain::OTHER_KIND);
    [all...]

Completed in 1091 milliseconds