Home
last modified time | relevance | path

Searched refs:max_ht (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/test/decoder/
Dtest.cfg8 --max_ht 1080
Dmain.c213 UWORD32 max_ht; member
1532 ps_app_ctx->max_ht, in display_thread()
/external/libavc/test/encoder/
Denc.cfg19 --max_ht 1080
/external/libmpeg2/test/decoder/
Dmain.c208 UWORD32 max_ht; member
1264 sscanf(value, "%d", &ps_app_ctx->max_ht); in parse_argument()
1565 ps_app_ctx->max_ht, in display_thread()
1864 s_app_ctx.max_ht = 0; in vdec_main()
2128 (s_app_ctx.max_ht == 0) ? MAX_FRAME_HEIGHT : s_app_ctx.max_ht; in vdec_main()
2193 …init_ip.s_ivd_init_ip_t.u4_frm_max_ht = (s_app_ctx.max_ht == 0) ? MAX_FRAME_HEIGHT : s_app_ctx.max… in vdec_main()
/external/libavc/encoder/
Dih264e_api.c294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity() local
321 if (max_ht < MIN_HT || max_ht > MAX_HT) in api_check_struct_sanity()
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity() local
396 if (max_ht < MIN_HT || max_ht > MAX_HT) in api_check_struct_sanity()
538 || ps_ip->s_ive_ip.u4_slice_param > ((UWORD32)max_ht >> 4)) in api_check_struct_sanity()
656 s_ip.s_ive_ip.u4_max_ht = max_ht; in api_check_struct_sanity()