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

  /external/aac/libAACenc/src/
metadata_compressor.h 105 DRC_NONE = 0,
metadata_main.cpp 242 DRC_PROFILE drcProfile = DRC_NONE;
245 case AACENC_METADATA_DRC_NONE: drcProfile = DRC_NONE; break;
251 default: drcProfile = DRC_NONE; break;
467 DRC_NONE,
468 DRC_NONE,
507 if (profileComp == DRC_NONE) {
metadata_compressor.cpp 605 case DRC_NONE:
666 if ((drcComp->profile[0] != DRC_NONE) || (drcComp->profile[1] != DRC_NONE)) {
783 if (drcComp->profile[i] == DRC_NONE) {
    [all...]

Completed in 124 milliseconds