Home
last modified time | relevance | path

Searched refs:u32end (Results 1 – 25 of 45) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c594 void MDrv_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in MDrv_MVD_SetSLQTblBufStartEnd() argument
597 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in MDrv_MVD_SetSLQTblBufStartEnd()
598 HAL_MVD_SetSLQTblBufStartEnd(u32start, u32end); in MDrv_MVD_SetSLQTblBufStartEnd()
1627 MS_BOOL MDrv_MVD_SetBitStreamAddr(MS_U32 u32start, MS_U32 u32end) in MDrv_MVD_SetBitStreamAddr() argument
1644 MS_ASSERT((u32end%8)==0); in MDrv_MVD_SetBitStreamAddr()
1645 u32end >>= 3; in MDrv_MVD_SetBitStreamAddr()
1647 mvdcmd.Arg0 = L_WORD(u32end); in MDrv_MVD_SetBitStreamAddr()
1648 mvdcmd.Arg1 = H_WORD(u32end); in MDrv_MVD_SetBitStreamAddr()
1649 mvdcmd.Arg2 = L_DWORD(u32end); in MDrv_MVD_SetBitStreamAddr()
1650 mvdcmd.Arg3 = H_DWORD(u32end); in MDrv_MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVD.h622 MS_BOOL MDrv_MVD_SetBitStreamAddr(MS_U32 u32start, MS_U32 u32end);
643 void MDrv_MVD_SetSLQStartEnd( MS_U32 u32start, MS_U32 u32end);
650 void MDrv_MVD_SetSLQTblBufStartEnd( MS_U32 u32start, MS_U32 u32end );
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A D_apiVDEC_weak.h140 __vdec_if MS_BOOL MDrv_MVD_SetBitStreamAddr(MS_U32 u32start, MS_U32 u32end) __vdec_weak;
161 __vdec_if void MDrv_MVD_SetSLQStartEnd( MS_U32 u32start, MS_U32 u32end) __vdec_weak;
168 __vdec_if void MDrv_MVD_SetSLQTblBufStartEnd( MS_U32 u32start, MS_U32 u32end ) __vdec_weak;
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/
H A DhalMVD_EX.c1999 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2002 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2003 MVD_DEBUGINFO(MVD_PRINT("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2020 MVD_DEBUGINFO(MVD_PRINT("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5301 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
5310 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5313 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5318 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5421 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in MVD_SetBitStreamAddr() argument
5433 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/
H A DhalMVD_EX.c1999 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2002 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2003 MVD_DEBUGINFO(MVD_PRINT("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2020 MVD_DEBUGINFO(MVD_PRINT("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5301 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
5310 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5313 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5318 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5421 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in MVD_SetBitStreamAddr() argument
5433 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mainz/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/messi/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/macan/mvd_ex/
H A DhalMVD_EX.c1949 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1952 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1953 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
1970 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5210 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQStartEnd() argument
5219 u32end += MIU1_BASEADDR; in HAL_MVD_SetSLQStartEnd()
5222 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5227 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5330 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5342 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/manhattan/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/macan/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7621/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/mainz/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maserati/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/messi/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/maxim/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v1/hal/M7821/mvd/
H A DhalMVD.c1454 void HAL_MVD_SetSLQTblBufStartEnd(MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
1457 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
1474 MVD_DEBUGINFO(printf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, u32start, u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/mainz/mvd_v3/
H A DhalMVD_EX.c2361 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2364 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2365 …(VPRINTF("%s st=0x%lx end=0x%lx\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2382 …TF("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5808 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
5812 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5817 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5920 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5932 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
5933 u32end >>= 3; in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/messi/mvd_v3/
H A DhalMVD_EX.c2361 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2364 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2365 …(VPRINTF("%s st=0x%lx end=0x%lx\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2382 …TF("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5808 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
5812 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5817 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
5920 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
5932 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
5933 u32end >>= 3; in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/k6/mvd_v3/
H A DhalMVD_EX.c2482 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2485 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2486 …VD_PRINT("%s st=0x%lx end=0x%lx\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2503 …NT("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
6028 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
6032 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
6037 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
6140 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
6152 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
6153 u32end >>= 3; in MVD_SetBitStreamAddr()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/mvd_v3/
H A DhalMVD_EX.c2440 void HAL_MVD_SetSLQTblBufStartEnd(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in HAL_MVD_SetSLQTblBufStartEnd() argument
2443 MS_U32 u32val = u32end>>3; in HAL_MVD_SetSLQTblBufStartEnd()
2444 …O(printf("%s st=0x%lx end=0x%lx\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
2461 …tf("%s st=0x%lx end=0x%lx OK!!!\n", __FUNCTION__, (unsigned long)u32start, (unsigned long)u32end)); in HAL_MVD_SetSLQTblBufStartEnd()
5949 static void HAL_MVD_SetSLQStartEnd(MS_U8 u8Idx, MS_U32 u32start, MS_U32 u32end) in HAL_MVD_SetSLQStartEnd() argument
5953 if ((u32start > SLQ_ADDR_LEN) || ((u32end+1) > SLQ_ADDR_LEN)) in HAL_MVD_SetSLQStartEnd()
5958 SET_CMDARG(mvdcmd, (u32end+1), u8Idx); in HAL_MVD_SetSLQStartEnd()
6061 static void MVD_SetBitStreamAddr(MS_U8 u8Idx, MS_VIRT u32start, MS_VIRT u32end) in MVD_SetBitStreamAddr() argument
6073 MS_ASSERT((u32end%8)==0); in MVD_SetBitStreamAddr()
6074 u32end >>= 3; in MVD_SetBitStreamAddr()
[all …]

12