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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 191 \param "extPPS" "External PPS used for re-encoding purpose. NULL if not present"
197 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncInitialize(AVCHandle *avcHandle, AVCEncParams *encParam, void* extSPS, void* extPPS);
avcenc_int.h 448 AVCPicParamSet extPPS; /* for external PPS */
avcenc_api.cpp 57 void* extSPS, void* extPPS)
151 status = SetEncodeParam(avcHandle, encParam, extSPS, extPPS); /* initialized variables to be used in SPS*/
init.cpp 26 void* extSPS, void* extPPS)
42 if (extPPS) extP = (AVCPicParamSet*) extPPS;
    [all...]
avcenc_lib.h 88 \param "extPPS" "External PPS template to be followed. NULL if not present."
92 void *extSPS, void *extPPS);
    [all...]

Completed in 27 milliseconds