/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 77 virtual DECODING_STATE EXTAPI DecodeFrame (const unsigned char* kpSrc, 84 virtual DECODING_STATE EXTAPI DecodeFrameNoDelay (const unsigned char* kpSrc, 89 virtual DECODING_STATE EXTAPI DecodeFrame2 (const unsigned char* kpSrc, 97 virtual DECODING_STATE EXTAPI DecodeParser (const unsigned char* kpSrc, 100 virtual DECODING_STATE EXTAPI DecodeFrameEx (const unsigned char* kpSrc, 113 …DECODING_STATE DecodeFrame2WithCtx (PWelsDecoderContext pCtx, const unsigned char* kpSrc, const in… 152 …int ThreadDecodeFrameInternal (const unsigned char* kpSrc, const int kiSrcLen, unsigned char** ppD…
|
/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() argument 79 strncpy_s (pDest, iSizeInBytes, kpSrc, _TRUNCATE); in WelsStrncpy() 139 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy() argument 140 strncpy (pDest, kpSrc, iSizeInBytes); //confirmed_safe_unsafe_usage in WelsStrncpy() 199 char* WelsStrncpy (char* pDest, int32_t iSizeInBytes, const char* kpSrc) { in WelsStrncpy() argument 200 strncpy (pDest, kpSrc, iSizeInBytes); //confirmed_safe_unsafe_usage in WelsStrncpy() 245 char* WelsStrcat (char* pDest, uint32_t uiSizeInBytes, const char* kpSrc) { in WelsStrcat() argument 248 return WelsStrncpy (pDest + uiCurLen, uiSizeInBytes - uiCurLen, kpSrc); in WelsStrcat()
|
D | intra_pred_common.cpp | 49 const int8_t* kpSrc = (int8_t*)&pRef[-kiStride]; in WelsI16x16LumaPredV_c() local 50 const uint64_t kuiT1 = LD64 (kpSrc); in WelsI16x16LumaPredV_c() 51 const uint64_t kuiT2 = LD64 (kpSrc + 8); in WelsI16x16LumaPredV_c()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 312 m_pDecThrCtx[i].kpSrc = NULL; in OpenDecoderThreads() 690 DECODING_STATE CWelsDecoder::DecodeFrameNoDelay (const unsigned char* kpSrc, in DecodeFrameNoDelay() argument 696 iRet = ThreadDecodeFrameInternal (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay() 714 iRet = (int)DecodeFrame2 (kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrameNoDelay() 729 …ATE CWelsDecoder::DecodeFrame2WithCtx (PWelsDecoderContext pDecContext, const unsigned char* kpSrc, in DecodeFrame2WithCtx() argument 752 if (kiSrcLen > 0 && kpSrc != NULL) { in DecodeFrame2WithCtx() 755 WelsFwrite (kpSrc, sizeof (unsigned char), kiSrcLen, m_pFBS); in DecodeFrame2WithCtx() 802 WelsDecodeBs (pDecContext, kpSrc, kiSrcLen, ppDst, in DecodeFrame2WithCtx() 912 DECODING_STATE CWelsDecoder::DecodeFrame2 (const unsigned char* kpSrc, in DecodeFrame2() argument 917 return DecodeFrame2WithCtx (pDecContext, kpSrc, kiSrcLen, ppDst, pDstInfo); in DecodeFrame2() [all …]
|
/third_party/openh264/codec/processing/src/common/ |
D | memory.h | 54 inline void* WelsMemcpy (void* pDst, const void* kpSrc, uint32_t uiSize) { in WelsMemcpy() argument 55 return ::memcpy (pDst, kpSrc, 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() argument 383 WelsMoveMemoryWrapper (pSvcParam, pSrcPic, kpSrc, iSrcWidth, iSrcHeight); in SingleLayerPreprocess() 569 const SSourcePicture* kpSrc, const int32_t kiWidth, const int32_t kiHeight) { in ColorspaceConvert() argument 1356 void* WelsMemcpy (void* dst, const void* kpSrc, uint32_t uiSize) { in WelsMemcpy() argument 1357 return ::memcpy (dst, kpSrc, uiSize); in WelsMemcpy() 1388 const SSourcePicture* kpSrc, in WelsMoveMemoryWrapper() argument 1390 if (VIDEO_FORMAT_I420 != (kpSrc->iColorFormat & (~VIDEO_FORMAT_VFlip))) in WelsMoveMemoryWrapper() 1393 int32_t iSrcWidth = kpSrc->iPicWidth; in WelsMoveMemoryWrapper() 1394 int32_t iSrcHeight = kpSrc->iPicHeight; in WelsMoveMemoryWrapper() 1408 iSrcOffset[0] = kpSrc->iStride[0] * kiSrcTopOffsetY + kiSrcLeftOffsetY; in WelsMoveMemoryWrapper() [all …]
|
D | encoder.cpp | 72 int32_t InitPic (const void* kpSrc, const int32_t kiColorspace, const int32_t kiWidth, const int32_… in InitPic() argument 73 SSourcePicture* pSrcPic = (SSourcePicture*)kpSrc; in InitPic()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_preprocess.h | 160 …int32_t SingleLayerPreprocess (sWelsEncCtx* pEncCtx, const SSourcePicture* kpSrc, Scaled_Picture* … 176 … ColorspaceConvert (SWelsSvcCodingParam* pSvcParam, SPicture* pDstPic, const SSourcePicture* kpSrc, 178 …sMoveMemoryWrapper (SWelsSvcCodingParam* pSvcParam, SPicture* pDstPic, const SSourcePicture* kpSrc,
|
D | extern.h | 56 int32_t InitPic (const void* kpSrc, const int32_t kiCsp, const int32_t kiWidth, const int32_t kiHei…
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 21 DECODING_STATE DecodeFrame (const unsigned char* kpSrc, in DecodeFrame() argument 30 if (kiSrcLen > 0 && kpSrc != NULL) { in DecodeFrame() 60 WelsDecodeBs (m_pDecContext, kpSrc, kiSrcLen, ppDst, in DecodeFrame()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | decoder_core.h | 130 … PrefetchNalHeaderExtSyntax (PWelsDecoderContext pCtx, PNalUnit const kpDst, PNalUnit const kpSrc);
|
D | decoder_context.h | 535 uint8_t* kpSrc; member
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder_core.cpp | 1394 …refetchNalHeaderExtSyntax (PWelsDecoderContext pCtx, PNalUnit const kppDst, PNalUnit const kpSrc) { in PrefetchNalHeaderExtSyntax() argument 1401 if (kppDst == NULL || kpSrc == NULL) in PrefetchNalHeaderExtSyntax() 1405 pNalHdrExtS = &kpSrc->sNalHeaderExt; in PrefetchNalHeaderExtSyntax() 1407 pPrefixS = &kpSrc->sNalData.sPrefixNal; in PrefetchNalHeaderExtSyntax()
|