rk3588 H264编码NALU数据分析

整体

    while (g_stream_stopSignal == 0x00)
	{
		nIndex = 0;
		ret = rk_venc_get_stream(nIndex, stream, &stream_len);
		if(ret == 0)
		{

			printSpsAndPPS(stream, &stream_len);
			if(stream_len > maxLength)
			{
				maxLength = stream_len;
				log_d("maxLen = %d \n", maxLength);
			}

			isIdrFrame = 0;
			rtspServer_sendFrame_video(nIndex, stream, &stream_len, isIdrFrame);

//			log_d("size = %d \n", stream_len);
			rtsp_send_data(stream, &stream_len);
			rtsp_demo_process(0, stream, &stream_len);
		}
		else
			usleep(1000);

		nIndex = 1;
		ret = rk_venc_get_stream(nIndex, stream, &stream_len);
		if(ret == 0)
		{
			isIdrFrame = 0;
			rtspServer_sendFrame_video(nIndex, stream, &stream_len, isIdrFrame);
		}
		else
			usleep(1000);
	}


core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_336_903_230  ==debug== size = 030476 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_369_668_150  ==debug== size = 013331 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_402_697_028  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_403_489_861  ==debug== size = 009664 size%4 = 0:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_437_796_531  ==debug== size = 043383 size%4 = 3:buf[00]=06  buf[40]=06  buf[9c]=65  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_469_811_035  ==debug== size = 004306 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_502_448_496  ==debug== size = 004483 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_537_169_416  ==debug== size = 004700 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_569_791_586  ==debug== size = 004529 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_603_466_256  ==debug== size = 005904 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_636_413_218  ==debug== size = 004255 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_670_071_805  ==debug== size = 004151 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_702_658_266  ==debug== size = 005500 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_735_735_686  ==debug== size = 005468 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_769_832_273  ==debug== size = 005197 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_787_640_233  ==debug== size = 000603 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_803_191_860  ==debug== size = 000072 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_835_703_321  ==debug== size = 005672 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_871_533_450  ==debug== size = 004712 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_902_345_120  ==debug== size = 004922 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_936_037_040  ==debug== size = 004874 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:34_969_734_168  ==debug== size = 005934 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_003_427_755  ==debug== size = 005717 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_036_068_758  ==debug== size = 005500 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_069_775_970  ==debug== size = 005406 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_102_610_640  ==debug== size = 007382 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_135_719_060  ==debug== size = 007137 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_169_723_022  ==debug== size = 006799 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_202_837_442  ==debug== size = 006888 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_221_107_277  ==debug== size = 006826 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_237_020_737  ==debug== size = 000720 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_253_736_030  ==debug== size = 006369 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_269_610_073  ==debug== size = 003019 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_302_596_868  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_303_391_410  ==debug== size = 007881 size%4 = 1:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_321_021_787  ==debug== size = 027409 size%4 = 1:buf[00]=06  buf[40]=06  buf[9c]=65  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_335_652_663  ==debug== size = 000049 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_354_397_290  ==debug== size = 000030 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_387_105_377  ==debug== size = 007368 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_402_939_253  ==debug== size = 002488 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_436_763_673  ==debug== size = 007640 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_453_814_675  ==debug== size = 004346 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_486_445_137  ==debug== size = 008315 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_519_168_557  ==debug== size = 008699 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_553_218_185  ==debug== size = 008791 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_586_240_105  ==debug== size = 008794 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_620_233_109  ==debug== size = 008437 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_652_963_779  ==debug== size = 008198 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_686_843_532  ==debug== size = 008389 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_721_973_244  ==debug== size = 008177 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_752_823_914  ==debug== size = 008290 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_785_802_959  ==debug== size = 008573 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_820_967_670  ==debug== size = 008422 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_852_737_007  ==debug== size = 008479 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_887_135_052  ==debug== size = 008561 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_921_058_180  ==debug== size = 008681 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_952_978_309  ==debug== size = 008617 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:35_986_048_187  ==debug== size = 008099 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_021_174_649  ==debug== size = 009181 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_054_217_027  ==debug== size = 008824 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_086_085_072  ==debug== size = 008803 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_120_312_784  ==debug== size = 009061 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_153_315_537  ==debug== size = 008970 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_186_090_832  ==debug== size = 009196 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_220_148_627  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_220_933_836  ==debug== size = 008445 size%4 = 1:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_236_287_004  ==debug== size = 028619 size%4 = 3:buf[00]=06  buf[40]=06  buf[9c]=65  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_254_113_297  ==debug== size = 000109 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_285_652_175  ==debug== size = 010097 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_319_749_054  ==debug== size = 005344 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_353_682_849  ==debug== size = 005495 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_386_301_519  ==debug== size = 005297 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_422_347_356  ==debug== size = 005360 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_452_918_942  ==debug== size = 005358 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_470_690_152  ==debug== size = 002584 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_488_417_529  ==debug== size = 000295 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_521_088_866  ==debug== size = 007414 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_552_860_994  ==debug== size = 006825 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_585_950_331  ==debug== size = 008010 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_619_115_417  ==debug== size = 007924 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_653_150_754  ==debug== size = 008242 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_686_098_841  ==debug== size = 008200 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_720_156_636  ==debug== size = 007994 size%4 = 2:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_752_973_806  ==debug== size = 008445 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_771_147_141  ==debug== size = 001817 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_786_737_017  ==debug== size = 003296 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_820_506_188  ==debug== size = 008989 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_853_310_941  ==debug== size = 008977 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_888_194_986  ==debug== size = 008825 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_921_185_989  ==debug== size = 008973 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_952_966_451  ==debug== size = 008924 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:36_985_734_454  ==debug== size = 008964 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_019_887_208  ==debug== size = 008912 size%4 = 0:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_053_676_211  ==debug== size = 009041 size%4 = 1:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_086_425_381  ==debug== size = 009091 size%4 = 3:buf[00]=41  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_119_370_468  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_120_150_009  ==debug== size = 008958 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_152_921_346  ==debug== size = 029153 size%4 = 1:buf[00]=06  buf[40]=06  buf[9c]=65  
core/rk_stream.c                   printSpsAndPPS          575   20210106 11:38:37_186_433_433  ==debug== size = 009335 size%4 = 3:buf[00]=41  

headInfo

  		ret = mpi->control(ctx, MPP_ENC_GET_HDR_SYNC, packet);

		if (ret) {
			printf("mpi control enc get extra info failed\n");
			return ret;
		}
//		std::cout << "in write head 1" << std::endl;

		/* get and write sps/pps for H.264 */
		if (packet)
		{
			void *pFifoInfo = m_pFifo_packet;
			unsigned char *buffer = mpp_packet_get_pos(packet);
			int length = mpp_packet_get_length(packet);
			fifo_write(pFifoInfo, buffer, &length);

printSpsAndPPS_venc(buffer, &length);
			packet = NULL;
		}

enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:04_952_730_660  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:04_953_641_785  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:05_452_402_002  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:05_453_269_460  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
core/rk_stream.c         rk_stream_work_thrd_venc          594   20210106 11:47:05_454_738_877  ==debug== maxLen = 25 
core/rk_stream.c         rk_stream_work_thrd_venc          594   20210106 11:47:05_501_965_507  ==debug== maxLen = 38 
[DEBUG utils.c:160:rtsp_codec_data_parse_from_user_h264] sps 25
[DEBUG utils.c:168:rtsp_codec_data_parse_from_user_h264] pps 5
core/rk_stream.c         rk_stream_work_thrd_venc          594   20210106 11:47:05_503_431_423  ==debug== maxLen = 266 
core/rk_stream.c         rk_stream_work_thrd_venc          594   20210106 11:47:05_920_166_174  ==debug== maxLen = 43333 
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:06_003_800_890  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:06_004_653_349  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:06_935_478_359  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:06_936_412_526  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:07_936_740_835  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:07_937_656_585  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:08_920_029_433  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:08_921_045_725  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:09_918_757_659  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:09_919_680_575  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:10_918_932_092  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:10_919_849_593  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:11_902_389_900  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:11_903_308_275  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:12_869_728_205  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:12_870_573_497  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:13_853_121_804  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:13_853_980_554  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:14_852_632_154  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:14_853_535_279  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:15_786_012_207  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68  
enc/mpp_venc.cpp              printSpsAndPPS_venc          365   20210106 11:47:15_786_959_915  ==debug== size = 000038 size%4 = 2:buf[00]=67  buf[1d]=68 

venc data

        ret = mpi->encode_get_packet(ctx, &packet);
        if (ret)
        {
            printf("mpp encode get packet failed\n");
            return ret;
        }

        if (packet)
        {
            // write packet to file here
            void *ptr   = mpp_packet_get_pos(packet);
            size_t len  = mpp_packet_get_length(packet);

            p->pkt_eos = mpp_packet_get_eos(packet);
//            memcpy(tmpP, ptr, len);
//			*length += len;

			void *pFifoInfo = m_pFifo_packet;
			unsigned char *buffer = mpp_packet_get_pos(packet);
			int length = mpp_packet_get_length(packet);
			fifo_write(pFifoInfo, buffer, &length);

printSpsAndPPS_venc(buffer, &length);
                              printSpsAndPPS_venc          367   20210106 13:01:14_369_699_809  ==debug== size = 000299 size%4 = 3:buf[00]=67  buf[1d]=68  buf[26]=06  buf[66]=06  buf[c2]=65  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_370_920_226  ==debug== size = 000299 size%4 = 3:buf[00]=67  buf[1d]=68  buf[26]=06  buf[66]=06  buf[c2]=65  

enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_386_926_561  ==debug== size = 000021 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_387_596_144  ==debug== size = 000021 size%4 = 1:buf[00]=41  

......

enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_669_972_631  ==debug== size = 000024 size%4 = 0:buf[00]=41 
 
......
 
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_836_334_231  ==debug== size = 000024 size%4 = 0:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_837_029_398  ==debug== size = 000024 size%4 = 0:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_854_148_191  ==debug== size = 000024 size%4 = 0:buf[00]=67  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_854_967_525  ==debug== size = 000024 size%4 = 0:buf[00]=67  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_869_897_484  ==debug== size = 000267 size%4 = 3:buf[00]=06  buf[40]=06  buf[9c]=65  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_870_775_109  ==debug== size = 000267 size%4 = 3:buf[00]=06  buf[40]=06  buf[9c]=65  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_887_512_194  ==debug== size = 000024 size%4 = 0:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_888_209_195  ==debug== size = 000024 size%4 = 0:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:14_902_978_696  ==debug== size = 000024 size%4 = 0:buf[00]=41  

......

enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_319_914_071  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_320_641_113  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_336_774_906  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_337_473_740  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_365_794_576  ==debug== size = 000025 size%4 = 1:buf[00]=67  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_369_427_868  ==debug== size = 000266 size%4 = 2:buf[00]=06  buf[40]=06  buf[9c]=65  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_370_278_451  ==debug== size = 000025 size%4 = 1:buf[00]=67  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_373_447_035  ==debug== size = 000266 size%4 = 2:buf[00]=06  buf[40]=06  buf[9c]=65  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_386_073_870  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_386_759_203  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_402_276_663  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_402_992_830  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_418_800_331  ==debug== size = 000025 size%4 = 1:buf[00]=41  
enc/mpp_venc.cpp              printSpsAndPPS_venc          367   20210106 13:01:15_419_891_331  ==debug== size = 000025 size%4 = 1:buf[00]=41  
  • 3
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值