Searched refs:vstream (Results 1 – 1 of 1) sorted by relevance
38 RK_S32 test_dump_vstream_info(VDEC_STREAM_S *vstream) { in test_dump_vstream_info() argument39 MB_BLK mb = vstream->pMbBlk; in test_dump_vstream_info()43 vstream->u32Len, vstream->u64PTS, vstream->bEndOfStream); in test_dump_vstream_info()56 VDEC_STREAM_S vstream; in test_video_stream() local59 vstream.bEndOfStream = RK_FALSE; in test_video_stream()60 vstream.u32Len = 0; in test_video_stream()61 vstream.u64PTS = 50; in test_video_stream()62 RK_MPI_SYS_MmzAlloc(&(vstream.pMbBlk), RK_NULL, RK_NULL, 250); in test_video_stream()65 test_dump_vstream_info(&vstream); in test_video_stream()67 RK_MPI_MB_ReleaseMB(vstream.pMbBlk); in test_video_stream()[all …]