Home
last modified time | relevance | path

Searched defs:kpSrc (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp690 DECODING_STATE CWelsDecoder::DecodeFrameNoDelay (const unsigned char* kpSrc, in DecodeFrameNoDelay()
729 …ATE CWelsDecoder::DecodeFrame2WithCtx (PWelsDecoderContext pDecContext, const unsigned char* kpSrc, in DecodeFrame2WithCtx()
912 DECODING_STATE CWelsDecoder::DecodeFrame2 (const unsigned char* kpSrc, in DecodeFrame2()
1214 DECODING_STATE CWelsDecoder::DecodeParser (const unsigned char* kpSrc, const int kiSrcLen, SParserB… in DecodeParser()
1296 DECODING_STATE CWelsDecoder::DecodeFrame (const unsigned char* kpSrc, in DecodeFrame()
1322 DECODING_STATE CWelsDecoder::DecodeFrameEx (const unsigned char* kpSrc, in DecodeFrameEx()
1382 int CWelsDecoder::ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsign… in ThreadDecodeFrameInternal()
/third_party/openh264/codec/common/src/
Dcrt_util_safe_x.cpp78 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy()
139 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy()
199 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy()
245 char* WelsStrcat (char* pDest, uint32_t uiSizeInBytes, const char* kpSrc) { in WelsStrcat()
Dintra_pred_common.cpp49 const int8_t* kpSrc = (int8_t*)&pRef[-kiStride]; in WelsI16x16LumaPredV_c() local
/third_party/openh264/codec/processing/src/common/
Dmemory.h54 inline void* WelsMemcpy (void* pDst, const void* kpSrc, uint32_t uiSize) { in WelsMemcpy()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp346 int32_t CWelsPreProcess::SingleLayerPreprocess (sWelsEncCtx* pCtx, const SSourcePicture* kpSrc, in SingleLayerPreprocess()
569 const SSourcePicture* kpSrc, const int32_t kiWidth, const int32_t kiHeight) { in ColorspaceConvert()
1356 void* WelsMemcpy (void* dst, const void* kpSrc, uint32_t uiSize) { in WelsMemcpy()
1388 const SSourcePicture* kpSrc, in WelsMoveMemoryWrapper()
Dencoder.cpp72 int32_t InitPic (const void* kpSrc, const int32_t kiColorspace, const int32_t kiWidth, const int32_… in InitPic()
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp21 DECODING_STATE DecodeFrame (const unsigned char* kpSrc, in DecodeFrame()
/third_party/openh264/codec/decoder/core/src/
Ddecoder_core.cpp1394 …refetchNalHeaderExtSyntax (PWelsDecoderContext pCtx, PNalUnit const kppDst, PNalUnit const kpSrc) { in PrefetchNalHeaderExtSyntax()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h535 uint8_t* kpSrc; member