Home
last modified time | relevance | path

Searched refs:packetID (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c6202 RVD_Packet_ID packetID; in MApi_VDEC_V2_PushDecQ() local
6204 packetID.u32PacketID_HI = pCmd->u32ID_H; in MApi_VDEC_V2_PushDecQ()
6205 packetID.u32PacketID_LO = pCmd->u32ID_L; in MApi_VDEC_V2_PushDecQ()
6207 MDrv_RVD_PushBBU(pCmd->u32StAddr, pCmd->u32Size, &packetID); in MApi_VDEC_V2_PushDecQ()