Searched defs:kpSrc (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 690 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/ |
D | crt_util_safe_x.cpp | 78 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()
|
D | intra_pred_common.cpp | 49 const int8_t* kpSrc = (int8_t*)&pRef[-kiStride]; in WelsI16x16LumaPredV_c() local
|
/third_party/openh264/codec/processing/src/common/ |
D | memory.h | 54 inline void* WelsMemcpy (void* pDst, const void* kpSrc, uint32_t uiSize) { in WelsMemcpy()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 346 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()
|
D | encoder.cpp | 72 int32_t InitPic (const void* kpSrc, const int32_t kiColorspace, const int32_t kiWidth, const int32_… in InitPic()
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 21 DECODING_STATE DecodeFrame (const unsigned char* kpSrc, in DecodeFrame()
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder_core.cpp | 1394 …refetchNalHeaderExtSyntax (PWelsDecoderContext pCtx, PNalUnit const kppDst, PNalUnit const kpSrc) { in PrefetchNalHeaderExtSyntax()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_context.h | 535 uint8_t* kpSrc; member
|