| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/ |
| vid_enc_common.h | 59 struct pipe_resource *bitstream; member in struct:encode_task 71 struct pipe_resource *bitstream; member in struct:output_buf_private
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/ |
| vid_enc_common.h | 59 struct pipe_resource *bitstream; member in struct:encode_task 71 struct pipe_resource *bitstream; member in struct:output_buf_private
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video.h | 80 struct nouveau_bo *bitstream; member in struct:nv84_decoder
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video.h | 80 struct nouveau_bo *bitstream; member in struct:nv84_decoder
|
| /src/sys/dev/spi/ |
| ssdfb_spi.c | 230 uint8_t bitstream[16 * 9 / 8]; local 234 ssdfb_bitstream_init(&s, bitstream); 241 return spi_send(sc->sc_sh, s.cur - s.base, bitstream); 249 uint8_t bitstream[128 * 9 / 8]; local 260 ssdfb_bitstream_init(&s, bitstream); 269 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream); 275 ssdfb_bitstream_init(&s, bitstream); 278 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream); 501 uint8_t bitstream[160 * 3]; local 546 KASSERT(rlen <= sizeof(bitstream)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| radeon_vcn_enc.h | 391 uint32_t bitstream; member in struct:rvcn_enc_cmd_s 503 void (*bitstream)(struct radeon_encoder *enc); member in struct:radeon_encoder
|
| /xsrc/external/mit/libvdpau/dist/include/vdpau/ |
| vdpau.h | 347 * "slice" data from the bitstream, and perform all required processing of 353 * - Extracting the slices from the bitstream (e.g. parsing/demultiplexing 356 * - Parsing various bitstream headers/structures (e.g. sequence header, 359 * provided to VDPAU alongside the slice bitstream in a "picture info" 365 * of the bitstream passed to VDPAU. VDPAU implementations must operate 385 * included in the bitstream. 389 * - The slice start code prefix may be included in a separate bitstream 390 * buffer array entry to the actual slice data extracted from the bitstream. 391 * - Multiple bitstream buffer array entries (e.g. one per slice) may point at 401 * VDPAU; simply pass in the exact data from the bitstream 2843 void const * bitstream; member in struct:__anon6348 [all...] |