Home
last modified time | relevance | path

Searched defs:transfer (Results 101 - 125 of 166) sorted by relevance

1234567

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_mipi_dsi.h98 ssize_t (*transfer)(struct mipi_dsi_host *host, const struct mipi_dsi_msg *msg); member
/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c699 static int32_t StreamTransferWrite(const struct AudioCard *audioCard, struct AudioTxData *transfer) in StreamTransferWrite() argument
759 struct AudioTxData transfer; in StreamHostWrite() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp266 std::pair<bool, AVColorTransferCharacteristic> ColorTransfer2AVColorTransfer(TransferCharacteristic transfer) in ColorTransfer2AVColorTransfer() argument
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp226 int32_t transfer = static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709); in NormalAVScreenCaptureSurfaceTest() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix.c316 snd_pcm_uframes_t appl_ptr, size, transfer; in snd_pcm_dmix_sync_area() local
675 snd_pcm_uframes_t appl_ptr, size, transfer, result, frames_to_remix; snd_pcm_dmix_rewind() local
[all...]
/third_party/backends/backend/
H A Dricoh2.c600 send_receive (SANE_Int dn, Send_Receive_Pair *transfer) in send_receive() argument
659 Send_Receive_Pair transfer[] = in init_scan() local
692 Send_Receive_Pair transfer; teardown_scan() local
800 Send_Receive_Pair transfer; sane_read() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c545 struct pipe_transfer *transfer = NULL; in emit_consts_vgpu9() local
H A Dsvga_resource_texture.c51 svga_transfer_dma_band(struct svga_context *svga, struct svga_transfer *st, SVGA3dTransferType transfer, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, unsigned srcx, unsigned srcy, unsigned srcz, SVGA3dSurfaceDMAFlags flags) svga_transfer_dma_band() argument
94 svga_transfer_dma(struct svga_context *svga, struct svga_transfer *st, SVGA3dTransferType transfer, SVGA3dSurfaceDMAFlags flags) svga_transfer_dma() argument
332 struct pipe_transfer *transfer = &st->base; svga_texture_transfer_map_direct() local
631 svga_texture_surface_unmap(struct svga_context *svga, struct pipe_transfer *transfer) svga_texture_surface_unmap() argument
718 struct pipe_transfer *transfer = &st->base; svga_texture_transfer_unmap_direct() local
775 svga_texture_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) svga_texture_transfer_unmap() argument
[all...]
H A Dsvga_cmd.c428 SVGA3D_SurfaceDMA(struct svga_winsys_context *swc, struct svga_transfer *st, SVGA3dTransferType transfer, const SVGA3dCopyBox *boxes, uint32 numBoxes, SVGA3dSurfaceDMAFlags flags) SVGA3D_SurfaceDMA() argument
489 SVGA3D_BufferDMA(struct svga_winsys_context *swc, struct svga_winsys_buffer *guest, struct svga_winsys_surface *host, SVGA3dTransferType transfer, uint32 size, uint32 guest_offset, uint32 host_offset, SVGA3dSurfaceDMAFlags flags) SVGA3D_BufferDMA() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c481 virgl_resource_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) virgl_resource_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h273 struct pipe_transfer *transfer; member
H A Dsurface.c200 struct pipe_transfer *transfer; in upload_sampler() local
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c202 struct pipe_transfer *transfer = NULL; in osmesa_read_buffer() local
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_priv.h68 struct pipe_transfer *transfer; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c35 nouveau_transfer(struct pipe_transfer *transfer) in nouveau_transfer() argument
530 nouveau_buffer_transfer_flush_region(struct pipe_context *pipe, struct pipe_transfer *transfer, const struct pipe_box *box) nouveau_buffer_transfer_flush_region() argument
552 nouveau_buffer_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) nouveau_buffer_transfer_unmap() argument
671 nouveau_user_ptr_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) nouveau_user_ptr_transfer_unmap() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h377 pipe_buffer_map_range(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned offset, unsigned length, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map_range() argument
408 pipe_buffer_map(struct pipe_context *pipe, struct pipe_resource *buffer, unsigned access, struct pipe_transfer **transfer) pipe_buffer_map() argument
419 pipe_buffer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) pipe_buffer_unmap() argument
426 pipe_buffer_flush_mapped_range(struct pipe_context *pipe, struct pipe_transfer *transfer, unsigned offset, unsigned length) pipe_buffer_flush_mapped_range() argument
542 pipe_texture_map(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, unsigned access, unsigned x, unsigned y, unsigned w, unsigned h, struct pipe_transfer **transfer) pipe_texture_map() argument
562 pipe_texture_map_3d(struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned access, unsigned x, unsigned y, unsigned z, unsigned w, unsigned h, unsigned d, struct pipe_transfer **transfer) pipe_texture_map_3d() argument
577 pipe_texture_unmap(struct pipe_context *context, struct pipe_transfer *transfer) pipe_texture_unmap() argument
[all...]
H A Du_tests.c228 struct pipe_transfer *transfer; in util_probe_rect_rgba_multi() local
H A Du_threaded_context.h587 threaded_transfer(struct pipe_transfer *transfer) in threaded_transfer() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp770 pipe_transfer *transfer = nullptr; in d3d12_flush_frontbuffer() local
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_Vdec.c565 OMX_U32 transfer = 0; in Rkvpu_Post_OutputFrame() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp302 int transfer = static_cast<int>(TRANSFER_CHARACTERISTIC_UNSPECIFIED); in SetColorAspects() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dpixdesc.c3029 const char *av_color_transfer_name(enum AVColorTransferCharacteristic transfer) in av_color_transfer_name() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_draw.c1373 struct pipe_transfer *transfer; in v3d_launch_grid() local
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c806 struct pipe_transfer *transfer; in kopper_update_tex_buffer() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c798 llvmpipe_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) llvmpipe_transfer_unmap() argument
[all...]

Completed in 35 milliseconds

1234567