Searched refs:iLayerId (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/test/api/ |
D | ltr_test.cpp | 48 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 49 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 110 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 111 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P()
|
D | decoder_ec_test.cpp | 17 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 18 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 85 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 86 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 667 m_LTR_Recover_Request.iLayerId = 0; in TEST_F() 668 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_F() 732 m_LTR_Recover_Request.iLayerId = 0; in TEST_F() 733 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_F()
|
D | decode_api_test.cpp | 231 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 232 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 302 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 303 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 359 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 360 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 417 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 418 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P() 483 m_LTR_Recover_Request.iLayerId = 0; in TEST_P() 484 m_LTR_Marking_Feedback.iLayerId = 0; in TEST_P()
|
D | cpp_interface_test.cpp | 50 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) { in ForceIntraFrame()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | extern.h | 103 int32_t ForceCodingIDR (sWelsEncCtx* pCtx,int32_t iLayerId); 109 …_t WelsBitRateVerification(SLogContext* pLogCtx,SSpatialLayerConfig* pLayerParam,int32_t iLayerId);
|
/third_party/openh264/codec/encoder/core/src/ |
D | ref_list_mgr_svc.cpp | 526 int32_t iLayerId = pLTRRecoverRequest->iLayerId; in FilterLTRRecoveryRequest() local 527 if ((iLayerId < 0) || (iLayerId >= pCtx->pSvcParam->iSpatialLayerNum)) in FilterLTRRecoveryRequest() 530 SLTRState* pLtr = &pCtx->pLtr[iLayerId]; in FilterLTRRecoveryRequest() 532 SSpatialLayerInternal* pParamInternal = &pCtx->pSvcParam->sDependencyLayers[iLayerId]; in FilterLTRRecoveryRequest() 564 int32_t iLayerId = pLTRMarkingFeedback->iLayerId; in FilterLTRMarkingFeedback() local 565 if ((iLayerId < 0) || (iLayerId >= pCtx->pSvcParam->iSpatialLayerNum)) { in FilterLTRMarkingFeedback() 568 SLTRState* pLtr = &pCtx->pLtr[iLayerId]; in FilterLTRMarkingFeedback() 571 SSpatialLayerInternal* pParamInternal = &pCtx->pSvcParam->sDependencyLayers[iLayerId]; in FilterLTRMarkingFeedback()
|
D | encoder_ext.cpp | 73 …elsBitRateVerification (SLogContext* pLogCtx, SSpatialLayerConfig* pLayerParam, int32_t iLayerId) { in WelsBitRateVerification() argument 76 …tx, WELS_LOG_ERROR, "Invalid bitrate settings in layer %d, bitrate= %d at FrameRate(%f)", iLayerId, in WelsBitRateVerification() 3039 int32_t ForceCodingIDR (sWelsEncCtx* pCtx, int32_t iLayerId) { in ForceCodingIDR() argument 3042 if ((iLayerId < 0) || (iLayerId >= MAX_SPATIAL_LAYER_NUM) || (!pCtx->pSvcParam->bSimulcastAVC)) { in ForceCodingIDR() 3058 SSpatialLayerInternal* pParamInternal = &pCtx->pSvcParam->sDependencyLayers[iLayerId]; in ForceCodingIDR() 3064 pCtx->sEncoderStatistics[iLayerId].uiIDRReqNum++; in ForceCodingIDR() 3065 …WelsLog (&pCtx->sLogCtx, WELS_LOG_INFO, "ForceCodingIDR(iDid %d)at InputFrameCount=%d\n", iLayerId, in ForceCodingIDR() 3066 pCtx->sEncoderStatistics[iLayerId].uiInputFrameCount); in ForceCodingIDR()
|
/third_party/openh264/codec/encoder/plus/inc/ |
D | welsEncoderExt.h | 88 virtual int EXTAPI ForceIntraFrame (bool bIDR,int32_t iLayerId = -1);
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 244 int iLayerId; //specify the layer for recovery request member 254 int iLayerId; //specify the layer for LTR marking feedback member
|
D | codec_api.h | 323 virtual int EXTAPI ForceIntraFrame (bool bIDR, int iLayerId = -1) = 0;
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 487 int CWelsH264SVCEncoder::ForceIntraFrame (bool bIDR, int iLayerId) { in ForceIntraFrame() argument 493 ForceCodingIDR (m_pEncContext, iLayerId); in ForceIntraFrame()
|