mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 19:23:01 +09:00
amvideo: set black_threshold_height default 48 [1/1]
PD#OTT-1836 Problem: disable video when window is too small Solution: set black_threshold_height default 48 Verify: U212 Change-Id: I9ed7deb54baef1c44bb9cc0c1a4d699140663864 Signed-off-by: jintao xu <jintao.xu@amlogic.com>
This commit is contained in:
@@ -458,7 +458,7 @@ static u32 reference_zorder = 128;
|
||||
|
||||
/* default value 20 30 */
|
||||
static s32 black_threshold_width = 20;
|
||||
static s32 black_threshold_height = 30;
|
||||
static s32 black_threshold_height = 48;
|
||||
|
||||
static struct vframe_s hist_test_vf;
|
||||
static bool hist_test_flag;
|
||||
|
||||
Reference in New Issue
Block a user