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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 66 #define MAX_H264_PROFILE 3
130 ProfileLevelTable mPLTable[MAX_H264_PROFILE];
OMXVideoEncoderAVC.cpp 86 VAProfile profiles[MAX_H264_PROFILE] = {VAProfileH264High, VAProfileH264Main, VAProfileH264Baseline};
89 for (int i=0; i < MAX_H264_PROFILE; i++) {
    [all...]

Completed in 88 milliseconds