Skip to content
Snippets Groups Projects
Select Git revision
  • pred_err_handling default protected
  • pred_err_handling_more_prints
  • pbm_no_preemption_fix_test_input
  • pbm_no_preemption_fix_test
  • libpbm_kernel_fix
  • libpbm_kernel
  • bugfix/setup
  • libpbm_kernel_fix_bak
  • pbm_no_preemption
  • pbm
  • testing
  • sose22results
  • sose22
  • master protected
  • err_detect
  • kelvin
16 results

media

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nikhil Devshatwar authored and Mauro Carvalho Chehab committed
    The video source can generate the data in the SEQ_TB buffer format.
    In the case of TI SoC, the IVA_HD can generate the interlaced content in
    the SEQ_TB buffer format. This is the format where the top and bottom field
    data can be contained in a single buffer. For example, for NV12, interlaced
    format, the data in Y buffer will be arranged as Y-top followed by
    Y-bottom. And likewise for UV plane.
    
    Also, queuing one buffer of SEQ_TB is equivalent to queuing two different
    buffers for top and bottom fields. Driver needs to take care of this when
    handling source buffer lists.
    
    Signed-off-by: default avatarNikhil Devshatwar <nikhil.nd@ti.com>
    Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
    Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
    Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
    823f4208
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..