Skip to content

Commit

Permalink
Remove OMX releated configurations
Browse files Browse the repository at this point in the history
1) remove 'codecs' items from mixin.spec files.

Tracked-On: OAM-118472
Signed-off-by: Wan, Hao <[email protected]>
  • Loading branch information
harvan authored and sysopenci committed Jul 18, 2024
1 parent dabbf7f commit 1319f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions caas/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ethernet: dhcp
camera-ext: ext-camera-only
rfkill: true(force_disable=)
wlan: iwlwifi(libwifi-hal=true)
codecs: configurable(sw_omx_video=false, hw_omx_video=false, platform=tgl, profile_file=media_profiles_1080p.xml, gpu=gen12)
codec2: true(enable_msdk_c2=true, use_onevpl=true, platform=adl, hw_ve_vp9=true, hw_vd_vp8=false)
codec2: true(enable_msdk_c2=true, use_onevpl=true, platform=adl, hw_ve_vp9=true, hw_vd_vp8=false, profile_file=media_profiles_1080p.xml)
usb: host
usb-gadget: auto(usb_config=adb,mtp_adb_pid=0x0a5f,ptp_adb_pid=0x0a61,rndis_pid=0x0a62,rndis_adb_pid=0x0a63,bcdDevice=0x0,bcdUSB=0x200,controller=dwc3.2.auto,f_acm=false,f_dvc_trace=true,dvctrace_source_dev=dvcith-0-msc0)
midi: true
Expand Down
3 changes: 1 addition & 2 deletions caas_dev/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ ethernet: dhcp
camera-ext: ext-camera-only
rfkill: true(force_disable=)
wlan: iwlwifi(libwifi-hal=true)
codecs: configurable(sw_omx_video=false, hw_omx_video=false, platform=tgl, profile_file=media_profiles_1080p.xml, gpu=gen12)
codec2: true(enable_msdk_c2=true, use_onevpl=true, platform=adl, hw_ve_vp9=true, hw_vd_vp8=false)
codec2: true(enable_msdk_c2=true, use_onevpl=true, platform=adl, hw_ve_vp9=true, hw_vd_vp8=false, profile_file=media_profiles_1080p.xml)
usb: host
usb-gadget: auto(usb_config=adb,mtp_adb_pid=0x0a5f,ptp_adb_pid=0x0a61,rndis_pid=0x0a62,rndis_adb_pid=0x0a63,bcdDevice=0x0,bcdUSB=0x200,controller=dwc3.2.auto,f_acm=false,f_dvc_trace=true,dvctrace_source_dev=dvcith-0-msc0)
midi: true
Expand Down
3 changes: 1 addition & 2 deletions celadon_tablet/mixins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ ethernet: dhcp
camera-ext: ext-camera-only
rfkill: true(force_disable=)
wlan: iwlwifi(libwifi-hal=true)
codecs: configurable(sw_omx_video=false, hw_omx_video=true, hw_ve_h265=true, hw_ve_h264=true, hw_vd_vp9=true, hw_vd_mp2=true, hw_vd_vp8=true, hw_vd_h265=true, hw_vd_h264=true, platform=bxt, profile_file=media_profiles_1080p.xml)
codec2: true(enable_msdk_c2=false, use_onevpl=false)
codec2: true(enable_msdk_c2=true, use_onevpl=true, platform=adl, hw_ve_vp9=true, hw_vd_vp8=false, profile_file=media_profiles_1080p.xml)
usb: host
usb-gadget: configfs(usb_config=adb,mtp_adb_pid=0x0a5f,ptp_adb_pid=0x0a61,rndis_pid=0x0a62,rndis_adb_pid=0x0a63,bcdDevice=0x0,bcdUSB=0x200,controller=dwc3.0.auto,f_acm=false,f_dvc_trace=true,dvctrace_source_dev=dvcith-0-msc0)
midi: true
Expand Down

0 comments on commit 1319f9b

Please sign in to comment.