Home
last modified time | relevance | path

Searched refs:MAX_LAYER_NUM_OF_FRAME (Results 1 – 6 of 6) sorted by relevance

/third_party/openh264/codec/api/svc/
Dcodec_app_def.h48 #define MAX_LAYER_NUM_OF_FRAME 128 macro
643 SLayerBSInfo sLayerInfo[MAX_LAYER_NUM_OF_FRAME];
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp822 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 …]
Dsvc_encode_slice.cpp1537 for (int32_t iNalIdx = 0; iNalIdx < MAX_LAYER_NUM_OF_FRAME; iNalIdx++) { in GetTotalCodedNalCount()
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp546 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()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c378 int layer_size[MAX_LAYER_NUM_OF_FRAME] = { 0 }; in svc_encode_frame()
/third_party/openh264/test/api/
Dencode_decode_api_test.cpp71 ASSERT_TRUE (iLayerNum < MAX_LAYER_NUM_OF_FRAME); in encToDecSliceData()