| /device/soc/rockchip/common/sdk_linux/include/drm/ |
| H A D | drm_mipi_dsi.h | 98 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 D | audio_stream_dispatch.c | 699 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 D | ffmpeg_utils.cpp | 266 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 D | nativeAVScreenCapturendk.cpp | 226 int32_t transfer = static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709); in NormalAVScreenCaptureSurfaceTest() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_dmix.c | 316 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 D | ricoh2.c | 600 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 D | svga_state_constants.c | 545 struct pipe_transfer *transfer = NULL; in emit_consts_vgpu9() local
|
| H A D | svga_resource_texture.c | 51 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 D | svga_cmd.c | 428 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 D | virgl_resource.c | 481 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 D | va_private.h | 273 struct pipe_transfer *transfer; member
|
| H A D | surface.c | 200 struct pipe_transfer *transfer; in upload_sampler() local
|
| /third_party/mesa3d/src/gallium/frontends/osmesa/ |
| H A D | osmesa.c | 202 struct pipe_transfer *transfer = NULL; in osmesa_read_buffer() local
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_priv.h | 68 struct pipe_transfer *transfer; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_buffer.c | 35 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 D | u_inlines.h | 377 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 D | u_tests.c | 228 struct pipe_transfer *transfer; in util_probe_rect_rgba_multi() local
|
| H A D | u_threaded_context.h | 587 threaded_transfer(struct pipe_transfer *transfer) in threaded_transfer() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_screen.cpp | 770 pipe_transfer *transfer = nullptr; in d3d12_flush_frontbuffer() local
|
| /device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/ |
| H A D | Rkvpu_OMX_Vdec.c | 565 OMX_U32 transfer = 0; in Rkvpu_Post_OutputFrame() local
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| H A D | hencoder.cpp | 302 int transfer = static_cast<int>(TRANSFER_CHARACTERISTIC_UNSPECIFIED); in SetColorAspects() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | pixdesc.c | 3029 const char *av_color_transfer_name(enum AVColorTransferCharacteristic transfer) in av_color_transfer_name() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 1373 struct pipe_transfer *transfer; in v3d_launch_grid() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | kopper.c | 806 struct pipe_transfer *transfer; in kopper_update_tex_buffer() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_texture.c | 798 llvmpipe_transfer_unmap(struct pipe_context *pipe, struct pipe_transfer *transfer) llvmpipe_transfer_unmap() argument [all...] |