OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extSPS
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h
190
\param "
extSPS
" "External SPS 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
447
AVCSeqParamSet
extSPS
; /* for external SPS */
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)
41
if (
extSPS
) extS = (AVCSeqParamSet*)
extSPS
;
[
all
...]
avcenc_lib.h
87
\param "
extSPS
" "External SPS template to be followed. NULL if not present."
92
void *
extSPS
, void *extPPS);
[
all
...]
Completed in 381 milliseconds