Searched refs:source_width (Results 1 – 8 of 8) sorted by relevance
/third_party/weston/tests/ |
D | ivi-layout-internal-test.c | 300 iassert(prop->source_width == 200); in test_layer_source_rectangle() 309 iassert(prop->source_width == 200); in test_layer_source_rectangle() 317 iassert(prop->source_width == 400); in test_layer_source_rectangle() 747 iassert(prop->source_width == 200); in test_layer_properties_changed_notification_callback() 751 prop->source_width == 200 && prop->source_height == 300) in test_layer_properties_changed_notification_callback() 810 iassert(prop->source_width == 200); in test_layer_create_notification_callback() 814 prop->source_width == 200 && prop->source_height == 300) in test_layer_create_notification_callback() 859 iassert(prop->source_width == 200); in test_layer_remove_notification_callback() 863 prop->source_width == 200 && prop->source_height == 300) in test_layer_remove_notification_callback()
|
D | ivi-layout-test-plugin.c | 448 runner_assert(prop->source_width == 0); in RUNNER_TEST() 458 runner_assert(prop->source_width == 0); in RUNNER_TEST() 467 runner_assert(prop->source_width == 200); in RUNNER_TEST()
|
/third_party/wayland-ivi-extension/screen-info/module/ |
D | screen-info.c | 75 ilayer->src_w = p->source_width; in get_screens_info() 100 isurface->src_w = p->source_width; in get_screens_info()
|
/third_party/ffmpeg/libswscale/x86/ |
D | scale.asm | 36 ; void hscale<source_width>to<intermediate_nbits>_<filterSize>_<opt> 43 ; ($source_width can be either 8, 9, 10 or 16, difference is whether we have to 50 ; SCALE_FUNC source_width, intermediate_nbits, filtersize, filtersuffix, n_args, n_xmm
|
/third_party/weston/ivi-shell/ |
D | ivi-layout-export.h | 79 int32_t source_width; member 101 int32_t source_width; member
|
D | ivi-layout.c | 319 prop->source_width = width; in init_layer_properties() 514 sp->source_width, in calc_surface_to_global_matrix_and_mask_to_weston_surface() 522 lp->source_width, in calc_surface_to_global_matrix_and_mask_to_weston_surface() 594 if (ivisurf->prop.source_width == 0 || ivisurf->prop.source_height == 0) { in update_prop() 1434 prop->source_width = width; in ivi_layout_layer_set_source_rectangle() 1438 ivilayer->prop.source_width != width || in ivi_layout_layer_set_source_rectangle() 1821 prop->source_width = width; in ivi_layout_surface_set_source_rectangle() 1825 ivisurf->prop.source_width != width || in ivi_layout_surface_set_source_rectangle()
|
/third_party/ffmpeg/libavcodec/ |
D | libsvtav1.c | 126 config->source_width * config->source_height * (1 << pack_mode_10bit); in alloc_buffer() 155 param->source_width = avctx->width; in config_enc_params()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 214 prop->source_width, prop->source_height); in send_surface_event() 269 prop->source_width, prop->source_height); in send_layer_event() 369 width = prop->source_width; in controller_set_surface_source_rectangle() 784 width = prop->source_width;
|