Searched refs:plane_start (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | utvideodec.c | 567 const uint8_t *plane_start[5]; in decode_frame() local 637 plane_start[i] = gb.buffer; in decode_frame() 659 plane_start[c->planes] = gb.buffer; in decode_frame() 662 plane_start[i] = gb.buffer; in decode_frame() 684 plane_start[c->planes] = gb.buffer; in decode_frame() 714 avctx->height, plane_start[i], in decode_frame() 751 avctx->height, plane_start[i], in decode_frame() 752 plane_start[i + 1] - 1024, in decode_frame() 765 plane_start[i], c->frame_pred == PRED_LEFT); in decode_frame() 797 plane_start[i], c->frame_pred == PRED_LEFT); in decode_frame() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 648 gsize plane_start; in gst_gl_get_plane_start() local 652 plane_start = 0; in gst_gl_get_plane_start() 654 plane_start += gst_gl_get_plane_data_size (info, valign, i); in gst_gl_get_plane_start() 658 return (GST_VIDEO_INFO_PLANE_OFFSET (info, plane)) - plane_start; in gst_gl_get_plane_start()
|
D | gstglmemorypbo.c | 261 gsize plane_start; in _read_pixels_to_pbo() local 264 plane_start = in _read_pixels_to_pbo() 276 (gpointer) plane_start)) { in _read_pixels_to_pbo()
|
D | gstglmemory.c | 545 gsize plane_start; in gst_gl_memory_texsubimage() local 568 plane_start = in gst_gl_memory_texsubimage() 572 data = (gpointer) ((gintptr) plane_start + (gintptr) read_pointer); in gst_gl_memory_texsubimage()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 825 stage_prog_data->binding_table.plane_start[0] = stage_prog_data->binding_table.texture_start; in brw_assign_common_binding_table_offsets() 827 stage_prog_data->binding_table.plane_start[1] = next_binding_table_offset; in brw_assign_common_binding_table_offsets() 830 stage_prog_data->binding_table.plane_start[2] = next_binding_table_offset; in brw_assign_common_binding_table_offsets()
|
D | brw_wm_surface_state.c | 1184 surf_offset += stage_state->prog_data->binding_table.plane_start[plane]; in update_stage_texture_surfaces()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 750 uint32_t plane_start[3]; member
|
D | brw_fs_nir.cpp | 6154 stage_prog_data->binding_table.plane_start[plane] - in nir_emit_texture()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 5044 bt_assert(plane_start[1], ...); in iris_populate_binding_table() 5045 bt_assert(plane_start[2], ...); in iris_populate_binding_table()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 31947 This is currently not used (plane_start is always 0), but it makes
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 98593 This is currently not used (plane_start is always 0), but it makes
|