Lines Matching refs:u32Length
2822 …bbuInfo.u32Length = bbuInfo.u32AllocLength = pHVDDrvContext->gHVDCtrl_EX[u8DrvId].u32RV_Flus… in MDrv_HVD_EX_Flush()
3133 stVpuPkt.u32Length = pInfo->u32Length; in MDrv_HVD_EX_PushQueue()
3136 …odeFlag & HVD_INIT_HW_MASK) == HVD_INIT_HW_AVS) && (pInfo->u32Length > 0) && (pInfo->u32Length < H… in MDrv_HVD_EX_PushQueue()
3138 stVpuPkt.u32Length = HVD_MIN_PACKET_SIZE; in MDrv_HVD_EX_PushQueue()
3172 else if ((pInfo->u32Length >= HVD_BBU_TAG_LIMITATION) && (pInfo->u32Length < MAX_QUANTITY)) in MDrv_HVD_EX_PushQueue()
3175 pInfo->u32Length, HVD_BBU_TAG_LIMITATION, pInfo->u32AllocLength); in MDrv_HVD_EX_PushQueue()
3178 u32PartLen[1] = pInfo->u32Length - QUANTITY_LENGTH; in MDrv_HVD_EX_PushQueue()
3181 pInfo->u32Length = QUANTITY_LENGTH; in MDrv_HVD_EX_PushQueue()
3203 else if (pInfo->u32Length >= MAX_QUANTITY) in MDrv_HVD_EX_PushQueue()
3206 pInfo->u32Length, MAX_QUANTITY, pInfo->u32AllocLength); in MDrv_HVD_EX_PushQueue()
3226 bbuInfo.u32Length = pInfo->u32Length; in MDrv_HVD_EX_PushQueue()
3256 if ((bbuInfo.u32TimeStamp != HVD_U32_MAX) && (bbuInfo.u32Length == 0)) in MDrv_HVD_EX_PushQueue()
3258 …HVD_EX_MSG_INF("Invalid Packet(size:0x%lx PTS:0x%lx)\n ", bbuInfo.u32Length, bbuInfo.u32TimeStamp); in MDrv_HVD_EX_PushQueue()
3264 else if ((bbuInfo.u32TimeStamp == HVD_U32_MAX) && (bbuInfo.u32Length == 0)) in MDrv_HVD_EX_PushQueue()
3270 pInfo->u32Length, bbuInfo.u32TimeStamp, pCtrl->MemMap.u32DrvProcessBufSize); in MDrv_HVD_EX_PushQueue()
3277 bbuInfo.u32Length = pCtrl->u32NULLPacketSize; in MDrv_HVD_EX_PushQueue()
3290 (pCtrl->MemMap.u32BitstreamBufSize < bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3293 bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3300 (u32ESRptr <= bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3303 bbuInfo.u32Staddr, bbuInfo.u32Length, u32ESRptr, u32ESWptr); in MDrv_HVD_EX_PushQueue()
3316 …((u32Lower <= (bbuInfo.u32Staddr + bbuInfo.u32Length)) && ((bbuInfo.u32Staddr + bbuInfo.u32Length)… in MDrv_HVD_EX_PushQueue()
3317 … ((bbuInfo.u32Staddr < u32Lower) && (u32Upper <= (bbuInfo.u32Staddr + bbuInfo.u32Length)))) in MDrv_HVD_EX_PushQueue()
3320 bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3330 bbuInfo.u32ID_L, bbuInfo.u32Staddr + bbuInfo.u32Length, bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3348 u32tmp = (bbuInfo.u32Staddr + bbuInfo.u32Length - 1); in MDrv_HVD_EX_PushQueue()
3356 if((bbuInfo.u32Length > 2) in MDrv_HVD_EX_PushQueue()
3370 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
3373 if(bbuInfo.u32Length && (*pByte == 0)) in MDrv_HVD_EX_PushQueue()
3376 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
3382 if (bbuInfo.u32Length) in MDrv_HVD_EX_PushQueue()
3395 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
3417 if (bbuInfo.u32Length == 0) in MDrv_HVD_EX_PushQueue()
3452 bbuInfo.u32Length = u32PartLen[u8Part]; in MDrv_HVD_EX_PushQueue()
3484 (pCtrl->MemMap.u32BitstreamBufSize < bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3487 … bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3494 (u32ESRptr <= bbuInfo.u32Staddr + bbuInfo.u32Length)) in MDrv_HVD_EX_PushQueue()
3497 bbuInfo.u32Staddr, bbuInfo.u32Length, u32ESRptr, u32ESWptr); in MDrv_HVD_EX_PushQueue()
3510 …((u32Lower <= (bbuInfo.u32Staddr + bbuInfo.u32Length)) && ((bbuInfo.u32Staddr + bbuInfo.u32Length)… in MDrv_HVD_EX_PushQueue()
3511 … ((bbuInfo.u32Staddr < u32Lower) && (u32Upper <= (bbuInfo.u32Staddr + bbuInfo.u32Length)))) in MDrv_HVD_EX_PushQueue()
3514 … bbuInfo.u32Staddr, bbuInfo.u32Length, bbuInfo.u32Staddr + bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3524 … bbuInfo.u32ID_L, bbuInfo.u32Staddr + bbuInfo.u32Length, bbuInfo.u32Length, in MDrv_HVD_EX_PushQueue()
3539 if (bbuInfo.u32Length) in MDrv_HVD_EX_PushQueue()
3543 u32tmp = (bbuInfo.u32Staddr + bbuInfo.u32Length - 1); in MDrv_HVD_EX_PushQueue()
3561 bbuInfo.u32Length--; in MDrv_HVD_EX_PushQueue()
3578 if (bbuInfo.u32Length == 0) in MDrv_HVD_EX_PushQueue()
3679 packet.u32Length = u32SrcSize; in MDrv_HVD_EX_DecodeIFrame()
3681 …if ((packet.u32Staddr + packet.u32Length) > pHVDDrvContext->gHVDCtrl_EX[u8DrvId].MemMap.u32Bitstre… in MDrv_HVD_EX_DecodeIFrame()