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

  /hardware/intel/img/psb_video/src/hwdefs/
dma_api.h 311 @Input BURST : burst size (see DMA_eBurst)
316 #define DMA_LL_SET_WD3(pList, ACC_DEL, BURST , EXTSA ) \
319 MEMIO_WRITE_FIELD(pList, DMAC_LL_BURST, BURST); \
484 This type defines the burst size setting.
487 DMA_BURST_0 = 0x0, //!< burst size of 0
488 DMA_BURST_1 = 0x1, //!< burst size of 1
489 DMA_BURST_2 = 0x2, //!< burst size of 2
490 DMA_BURST_3 = 0x3, //!< burst size of 3
491 DMA_BURST_4 = 0x4, //!< burst size of
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 174 BC_FIELD(CF_ALLOC_EXPORT_WORD1_BUF, BURST_COUNT, BURST, 20, 17)
185 BC_FIELD(CF_ALLOC_EXPORT_WORD1_BUF, BURST_COUNT, BURST, 19, 16)
196 BC_FIELD(CF_ALLOC_EXPORT_WORD1_BUF, BURST_COUNT, BURST, 19, 16)
210 BC_FIELD(CF_ALLOC_EXPORT_WORD1_SWIZ, BURST_COUNT, BURST, 20, 17)
224 BC_FIELD(CF_ALLOC_EXPORT_WORD1_SWIZ, BURST_COUNT, BURST, 19, 16)
238 BC_FIELD(CF_ALLOC_EXPORT_WORD1_SWIZ, BURST_COUNT, BURST, 19, 16)
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 80 BURST,
292 * Test burst reprocessing captures with and without preview.
304 testReprocessingAllCombinations(id, /*previewSize*/null, CaptureTestCase.BURST);
307 CaptureTestCase.BURST);
315 * Test burst captures mixed with regular and reprocess captures with and without preview.
537 case BURST:
557 * Test burst that is mixed with regular and reprocess capture requests.
573 // totalNumBurst = number of regular burst + number of reprocess burst.
629 * Test burst of reprocess capture requests
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2ReprocessCaptureTest.java 95 BURST,
175 * Test burst captures mixed with regular and reprocess captures with and without preview.
189 Log.v(TAG, String.format("Reprocessing mixed burst with or without preview: "
286 case BURST:
306 * Test burst that is mixed with regular and reprocess capture requests.
322 // totalNumBurst = number of regular burst + number of reprocess burst.
378 * Test burst of reprocess capture requests.
501 * Test aborting a burst reprocess capture and multiple single reprocess captures.
516 // Test two cases: submitting reprocess requests one by one and in a burst
    [all...]
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.c     [all...]

Completed in 737 milliseconds