Searched refs:ht (Results 1 – 5 of 5) sorted by relevance
28 #define mix_log_destroy_ht(ht) if(ht) { g_hash_table_destroy(ht); ht = NULL; } argument30 void mix_log_get_ht(GHashTable **ht, const gchar *var) { in mix_log_get_ht() argument34 if (!ht || !var) { in mix_log_get_ht()43 if (*ht == NULL) { in mix_log_get_ht()44 *ht = g_hash_table_new(g_str_hash, g_str_equal); in mix_log_get_ht()45 if (*ht == NULL) { in mix_log_get_ht()52 g_hash_table_insert(*ht, item, "true"); in mix_log_get_ht()
1490 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local1494 ht = (ht + 15) & ~15; in venc_use_buf()1497 luma_size = ht * wd; in venc_use_buf()
1695 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local1699 ht = (ht + 15) & ~15; in venc_use_buf()1702 luma_size = ht * wd; in venc_use_buf()
1694 unsigned long ht = m_sVenc_cfg.input_height; in venc_use_buf() local1698 ht = (ht + 15) & ~15; in venc_use_buf()1701 luma_size = ht * wd; in venc_use_buf()