Home
last modified time | relevance | path

Searched defs:cdc (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/vpelib/src/chip/vpe10/
Dvpe10_cdc.c51 void vpe10_construct_cdc(struct vpe_priv *vpe_priv, struct cdc *cdc) in vpe10_construct_cdc()
57 bool vpe10_cdc_check_input_format(struct cdc *cdc, enum vpe_surface_pixel_format format) in vpe10_cdc_check_input_format()
73 bool vpe10_cdc_check_output_format(struct cdc *cdc, enum vpe_surface_pixel_format format) in vpe10_cdc_check_output_format()
83 void vpe10_cdc_program_surface_config(struct cdc *cdc, enum vpe_surface_pixel_format format, in vpe10_cdc_program_surface_config()
187 void vpe10_cdc_program_crossbar_config(struct cdc *cdc, enum vpe_surface_pixel_format format) in vpe10_cdc_program_crossbar_config()
215 struct cdc *cdc, uint32_t vupdate_offset, uint32_t vupdate_width, uint32_t vready_offset) in vpe10_cdc_program_global_sync()
223 void vpe10_cdc_program_p2b_config(struct cdc *cdc, enum vpe_surface_pixel_format format) in vpe10_cdc_program_p2b_config()
300 struct cdc *cdc, const struct vpe_rect *viewport, const struct vpe_rect *viewport_c) in vpe10_cdc_program_viewport()
Dvpe10_resource.c704 struct cdc *cdc = vpe_priv->resource.cdc[pipe_idx]; in vpe10_program_frontend() local
816 struct cdc *cdc = vpe_priv->resource.cdc[pipe_idx]; in vpe10_program_backend() local
/external/mesa3d/src/amd/vpelib/src/core/inc/
Dcdc.h60 struct cdc { struct
62 struct cdc_funcs *funcs; argument
Dresource.h105 struct cdc *cdc[MAX_PIPE]; member
/external/virglrenderer/src/
Dvrend_video.c130 struct vrend_video_codec *cdc; in get_video_codec() local
313 struct vrend_video_codec *cdc = vrend_video_codec(codec); in vrend_video_encode_completed() local
390 struct vrend_video_codec *cdc = get_video_codec(ctx, handle); in vrend_video_create_codec() local
436 static void destroy_video_codec(struct vrend_video_codec *cdc) in destroy_video_codec()
448 struct vrend_video_codec *cdc = get_video_codec(ctx, handle); in vrend_video_destroy_codec() local
582 struct vrend_video_codec *cdc = get_video_codec(ctx, cdc_handle); in vrend_video_begin_frame() local
591 static void modify_h264_picture_desc(struct vrend_video_codec *cdc, in modify_h264_picture_desc()
606 static void modify_h265_picture_desc(struct vrend_video_codec *cdc, in modify_h265_picture_desc()
621 static void modify_picture_desc(struct vrend_video_codec *cdc, in modify_picture_desc()
660 struct vrend_video_codec *cdc = get_video_codec(ctx, cdc_handle); in vrend_video_decode_bitstream() local
[all …]
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCheckDisplayCollisions.java89 CheckDisplayCollisions cdc = new CheckDisplayCollisions(factory); in testInheritance() local
145 CheckDisplayCollisions cdc = new CheckDisplayCollisions(factory); in mustCollide() local
157 CheckDisplayCollisions cdc, in checkFile()
238 CheckDisplayCollisions cdc = new CheckDisplayCollisions(factory); in checkDisplayCollisions() local
/external/perfetto/ui/src/common/recordingV2/
Drecording_config_utils.ts335 const cdc = (cfg.continuousDumpConfig = new NativeContinuousDumpConfig()); constant
361 const cdc = (cfg.continuousDumpConfig = new JavaContinuousDumpConfig()); constant
/external/mesa3d/src/amd/vpelib/src/core/
Dcommon.c306 struct cdc *cdc; in vpe_check_output_support() local
413 struct cdc *cdc; in vpe_check_input_support() local
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1739 struct virgl_video_codec *cdc) in virgl_encode_create_video_codec()
1757 struct virgl_video_codec *cdc) in virgl_encode_destroy_video_codec()
1786 struct virgl_video_codec *cdc, in virgl_encode_begin_frame()
1795 struct virgl_video_codec *cdc, in virgl_encode_decode_bitstream()
1808 struct virgl_video_codec *cdc, in virgl_encode_encode_bitstream()
1821 struct virgl_video_codec *cdc, in virgl_encode_end_frame()