HomeSort by relevance Sort by last modified time
    Searched refs:TRB (Results 1 - 16 of 16) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_decodevideoobjectplane.c 74 vol->TRB = (int) (vop_time - vol->pastFrameTime);
78 if (vol->TRB <= 0)
79 vol->TRB = 1;
84 if (vol->TRD <= vol->TRB)
86 vol->TRB = 1;
91 vol->Tframe = vol->TRB;
viddec_mp4_parse.h 390 uint32_t TRB, TRD;
viddec_fw_mp4_workload.c 213 wi.vwi_payload[2] = vol->TRB;
  /external/mesa3d/src/gallium/state_trackers/va/
picture_mpeg4.c 77 context->desc.mpeg4.trb[0] = mpeg4->TRB;
78 context->desc.mpeg4.trb[1] = mpeg4->TRB;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 53 // set cycle bit in Link TRB as normal
70 // Clear the Trb context for enqueue, but reserve the PCS bit which indicates free Trb.
133 @param NewEvtTrb The new event TRB found.
135 @retval EFI_SUCCESS Found a new event TRB at the event ring.
173 Check if the Trb is a transaction of the URB.
176 @param Trb The TRB to be checked.
185 IN TRB_TEMPLATE *Trb
196 if (Trb == CheckedTrb) {
    [all...]
DebugCommunicationLibUsb3Internal.h 141 // 6.4.5 TRB Completion Codes
153 // 6.4.6 TRB Types
263 // 6.4.1.1 Normal TRB: 16 bytes
264 // A Normal TRB is used in several ways; exclusively on Bulk and Interrupt Transfer Rings for normal and
291 // 6.4.2.1 Transfer Event TRB: 16 bytes
292 // A Transfer Event provides the completion status associated with a Transfer TRB. Refer to section 4.11.3.1
314 // 6.4.4.1 Link TRB: 16 bytes
315 // A Link TRB provides support for non-contiguous TRB Rings.
336 // TRB Template: 16 bytes
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 21 Create a command transfer TRB to support XHCI command interfaces.
24 @param CmdTrb The cmd TRB to be executed.
56 Execute a XHCI cmd TRB pointed by CmdTrb.
59 @param CmdTrb The cmd TRB to be executed.
62 @param EvtTrb The event TRB corresponding to the cmd TRB.
207 Create a transfer TRB.
210 @param Urb The urb used to construct the transfer TRB.
212 @return Created TRB or NULL
226 TRB *TrbStart;
    [all...]
XhciSched.h 27 // 6.4.6 TRB Types
69 // 6.4.5 TRB Completion Codes
125 // TRB Template
213 // 6.4.1.1 Normal TRB
214 // A Normal TRB is used in several ways; exclusively on Bulk and Interrupt Transfer Rings for normal and
241 // 6.4.1.2.1 Setup Stage TRB
242 // A Setup Stage TRB is created by system software to initiate a USB Setup packet on a control endpoint.
267 // 6.4.1.2.2 Data Stage TRB
268 // A Data Stage TRB is used generate the Data stage transaction of a USB Control transfer.
293 // 6.4.1.2.2 Data Stage TRB
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/include/
viddec_fw_mp4.h 177 // TRB is the difference in temporal reference of the B-VOP and the previous reference VOP.
178 unsigned int TRB;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 404 picture_param->TRB = parser->info.VisualObject.VideoObject.TRB;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 19 Create a command transfer TRB to support XHCI command interfaces.
22 @param CmdTrb The cmd TRB to be executed.
54 Execute a XHCI cmd TRB pointed by CmdTrb.
57 @param CmdTrb The cmd TRB to be executed.
60 @param EvtTrb The event TRB corresponding to the cmd TRB.
213 Create a transfer TRB.
216 @param Urb The urb used to construct the transfer TRB.
218 @return Created TRB or NULL
232 TRB *TrbStart;
    [all...]
XhciSched.h 31 // 6.4.6 TRB Types
73 // 6.4.5 TRB Completion Codes
129 // TRB Template
217 // 6.4.1.1 Normal TRB
218 // A Normal TRB is used in several ways; exclusively on Bulk and Interrupt Transfer Rings for normal and
245 // 6.4.1.2.1 Setup Stage TRB
246 // A Setup Stage TRB is created by system software to initiate a USB Setup packet on a control endpoint.
271 // 6.4.1.2.2 Data Stage TRB
272 // A Data Stage TRB is used generate the Data stage transaction of a USB Control transfer.
297 // 6.4.1.2.2 Data Stage TRB
    [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c     [all...]

Completed in 211 milliseconds