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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 89 Encode_Status queryProfileLevelConfig(VADisplay dpy, VAProfile profile);
VideoEncoderAVC.cpp 27 if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264High) == ENCODE_SUCCESS){
30 }else if(VideoEncoderBase::queryProfileLevelConfig(mVADisplay, VAProfileH264Main) == ENCODE_SUCCESS){
    [all...]
VideoEncoderBase.cpp 803 Encode_Status VideoEncoderBase::queryProfileLevelConfig(VADisplay dpy, VAProfile profile) {
    [all...]

Completed in 182 milliseconds