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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_lib.h 107 AVCEnc_Status VerifyProfile(AVCEncObject *video, AVCSeqParamSet *seqParam, AVCPicParamSet *picParam);
    [all...]
init.cpp 53 /* profile_idc, constrained_setx_flag and level_idc is set by VerifyProfile(),
532 /* contrained_setx_flag will be set inside the VerifyProfile called below.*/
553 status = VerifyProfile(encvid, seqParam, picParam);
569 AVCEnc_Status VerifyProfile(AVCEncObject *encvid, AVCSeqParamSet *seqParam, AVCPicParamSet *picParam)
    [all...]

Completed in 42 milliseconds