Searched refs:MAX_LAYER_NUM_OF_FRAME (Results 1 – 6 of 6) sorted by relevance
48 #define MAX_LAYER_NUM_OF_FRAME 128 macro643 SLayerBSInfo sLayerInfo[MAX_LAYER_NUM_OF_FRAME];
822 if (iCountNumLayers > MAX_LAYER_NUM_OF_FRAME) { in AcquireLayersNals()824 iCountNumLayers, MAX_LAYER_NUM_OF_FRAME); in AcquireLayersNals()3233 if (iLayerNum > MAX_LAYER_NUM_OF_FRAME) { in WriteSavcParaset()3235 iLayerNum, MAX_LAYER_NUM_OF_FRAME); in WriteSavcParaset()3324 if (iLayerNum > MAX_LAYER_NUM_OF_FRAME) { in WriteSavcParaset_Listing()3326 iLayerNum, MAX_LAYER_NUM_OF_FRAME); in WriteSavcParaset_Listing()3485 for (int32_t iNalIdx = 0; iNalIdx < MAX_LAYER_NUM_OF_FRAME; iNalIdx++) { in WelsEncoderEncodeExt()3596 if (iLayerNum >= MAX_LAYER_NUM_OF_FRAME) { // check available layer_bs_info writing as follows in WelsEncoderEncodeExt()3598 MAX_LAYER_NUM_OF_FRAME); in WelsEncoderEncodeExt()3716 …if (iLayerNum + 1 >= MAX_LAYER_NUM_OF_FRAME) { // check available layer_bs_info for further writin… in WelsEncoderEncodeExt()[all …]
1537 for (int32_t iNalIdx = 0; iNalIdx < MAX_LAYER_NUM_OF_FRAME; iNalIdx++) { in GetTotalCodedNalCount()
546 int32_t iCurLayerIdx = rand() % MAX_LAYER_NUM_OF_FRAME; in TEST_F()649 int32_t iCurLayerIdx = rand() % MAX_LAYER_NUM_OF_FRAME; in TEST_F()
378 int layer_size[MAX_LAYER_NUM_OF_FRAME] = { 0 }; in svc_encode_frame()
71 ASSERT_TRUE (iLayerNum < MAX_LAYER_NUM_OF_FRAME); in encToDecSliceData()