Lines Matching refs:u32Length

2467 …bbuInfo.u32Length       = bbuInfo.u32AllocLength = pHVDDrvContext->gHVDCtrl_EX[u8DrvId].u32RV_Flus…  in MDrv_HVD_EX_Flush()
2709 else if ((pInfo->u32Length >= HVD_BBU_TAG_LIMITATION) && (pInfo->u32Length < MAX_QUANTITY)) in MDrv_HVD_EX_PushQueue()
2712 pInfo->u32Length, HVD_BBU_TAG_LIMITATION, pInfo->u32AllocLength); in MDrv_HVD_EX_PushQueue()
2715 u32PartLen[1] = pInfo->u32Length - QUANTITY_LENGTH; in MDrv_HVD_EX_PushQueue()
2718 pInfo->u32Length = QUANTITY_LENGTH; in MDrv_HVD_EX_PushQueue()
2740 else if (pInfo->u32Length >= MAX_QUANTITY) in MDrv_HVD_EX_PushQueue()
2743 pInfo->u32Length, MAX_QUANTITY, pInfo->u32AllocLength); in MDrv_HVD_EX_PushQueue()
2763 bbuInfo.u32Length = pInfo->u32Length; in MDrv_HVD_EX_PushQueue()
2793 if ((bbuInfo.u32TimeStamp != HVD_U32_MAX) && (bbuInfo.u32Length == 0)) in MDrv_HVD_EX_PushQueue()
2795 …HVD_EX_MSG_INF("Invalid Packet(size:0x%lx PTS:0x%lx)\n ", bbuInfo.u32Length, bbuInfo.u32TimeStamp); in MDrv_HVD_EX_PushQueue()
2801 else if ((bbuInfo.u32TimeStamp == HVD_U32_MAX) && (bbuInfo.u32Length == 0)) in MDrv_HVD_EX_PushQueue()
2807 pInfo->u32Length, bbuInfo.u32TimeStamp, pCtrl->MemMap.u32DrvProcessBufSize); in MDrv_HVD_EX_PushQueue()
2814 bbuInfo.u32Length = pCtrl->u32NULLPacketSize; in MDrv_HVD_EX_PushQueue()
2827 (pCtrl->MemMap.u32BitstreamBufSize < bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
2830 bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
2837 (u32ESRptr <= bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
2840 bbuInfo.u32Staddr, bbuInfo.u32Length, u32ESRptr, u32ESWptr); in MDrv_HVD_EX_PushQueue()
2853 …((u32Lower <= (bbuInfo.u32Staddr + bbuInfo.u32Length)) && ((bbuInfo.u32Staddr + bbuInfo.u32Length)… in MDrv_HVD_EX_PushQueue()
2854 … ((bbuInfo.u32Staddr < u32Lower) && (u32Upper <= (bbuInfo.u32Staddr + bbuInfo.u32Length)))) in MDrv_HVD_EX_PushQueue()
2857 bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
2867 bbuInfo.u32ID_L, bbuInfo.u32Staddr + bbuInfo.u32Length, bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
2885 u32tmp = (bbuInfo.u32Staddr + bbuInfo.u32Length - 1); in MDrv_HVD_EX_PushQueue()
2893 if((bbuInfo.u32Length > 2) in MDrv_HVD_EX_PushQueue()
2907 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
2910 if(bbuInfo.u32Length && (*pByte == 0)) in MDrv_HVD_EX_PushQueue()
2913 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
2919 if (bbuInfo.u32Length) in MDrv_HVD_EX_PushQueue()
2932 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
2954 if (bbuInfo.u32Length == 0) in MDrv_HVD_EX_PushQueue()
2989 bbuInfo.u32Length = u32PartLen[u8Part]; in MDrv_HVD_EX_PushQueue()
3021 (pCtrl->MemMap.u32BitstreamBufSize < bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3024 … bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3031 (u32ESRptr <= bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3034 bbuInfo.u32Staddr, bbuInfo.u32Length, u32ESRptr, u32ESWptr); in MDrv_HVD_EX_PushQueue()
3047 …((u32Lower <= (bbuInfo.u32Staddr + bbuInfo.u32Length)) && ((bbuInfo.u32Staddr + bbuInfo.u32Length)… in MDrv_HVD_EX_PushQueue()
3048 … ((bbuInfo.u32Staddr < u32Lower) && (u32Upper <= (bbuInfo.u32Staddr + bbuInfo.u32Length)))) in MDrv_HVD_EX_PushQueue()
3051 … bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3061 … bbuInfo.u32ID_L, bbuInfo.u32Staddr + bbuInfo.u32Length, bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3076 if (bbuInfo.u32Length) in MDrv_HVD_EX_PushQueue()
3080 u32tmp = (bbuInfo.u32Staddr + bbuInfo.u32Length - 1); in MDrv_HVD_EX_PushQueue()
3098 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
3115 if (bbuInfo.u32Length == 0) in MDrv_HVD_EX_PushQueue()
3215 packet.u32Length = u32SrcSize; in MDrv_HVD_EX_DecodeIFrame()
3217 …if ((packet.u32Staddr + packet.u32Length) > pHVDDrvContext->gHVDCtrl_EX[u8DrvId].MemMap.u32Bitstre… in MDrv_HVD_EX_DecodeIFrame()