Home
last modified time | relevance | path

Searched refs:aFSIBuff (Results 1 – 5 of 5) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmp4h263encextension.h209 virtual bool SetFSIParam(uint8* aFSIBuff, int aFSIBuffLength) = 0;
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h155 TCVEI_RETVAL ParseFSI(uint8* aFSIBuff, int FSILength, VideoEncOptions *aEncOption);
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp253 TCVEI_RETVAL CPVM4VEncoder::ParseFSI(uint8* aFSIBuff, int FSILength, VideoEncOptions *aEncOption) in ParseFSI() argument
260 psBits->data = aFSIBuff; in ParseFSI()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1014 OSCL_IMPORT_REF virtual bool SetFSIParam(uint8* aFSIBuff, int aFSIBuffLength);
Dpvmf_omx_enc_node.cpp8553 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetFSIParam(uint8* aFSIBuff, int aFSIBuffLength) in SetFSIParam() argument
8559 OSCL_UNUSED_ARG(aFSIBuff); in SetFSIParam()