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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp 262 frametype = FTYPE_IDR;
285 if (frametype == FTYPE_IDR || frametype == FTYPE_I)
761 if (mComParams.rcParams.enableIntraFrameQPControl && (task->type == FTYPE_IDR || task->type == FTYPE_I))
    [all...]
VideoEncoderDef.h 130 FTYPE_IDR = 9, // IDR-frame type
VideoEncoderBase.cpp 388 case FTYPE_IDR:
    [all...]

Completed in 33 milliseconds