Home
last modified time | relevance | path

Searched refs:h_count (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c87 if (s->h_count[0] == 2 && s->v_count[0] == 2 && in jpeg_judge_yuv_mode()
88 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()
89 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()
93 } else if (s->h_count[0] == 2 && s->v_count[0] == 1 && in jpeg_judge_yuv_mode()
94 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()
95 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()
104 } else if (s->h_count[0] == 1 && s->v_count[0] == 2 && in jpeg_judge_yuv_mode()
105 s->h_count[1] == 1 && s->v_count[1] == 1 && in jpeg_judge_yuv_mode()
106 s->h_count[2] == 1 && s->v_count[2] == 1) { in jpeg_judge_yuv_mode()
115 } else if (s->h_count[0] == 1 && s->v_count[0] == 1 && in jpeg_judge_yuv_mode()
[all …]
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dhost.c155 refcount_set(&host->h_count, 1); in nlm_alloc_host()
300 if (refcount_dec_and_mutex_lock(&host->h_count, &nlm_host_mutex)) { in nlmclnt_release_host()
397 refcount_inc(&host->h_count); in nlmsvc_lookup_host()
421 refcount_dec(&host->h_count); in nlmsvc_release_host()
519 refcount_inc(&host->h_count); in nlm_get_host()
608 host->h_name, refcount_read(&host->h_count), in nlm_complain_hosts()
680 host->h_name, refcount_read(&host->h_count), in nlm_gc_hosts()
685 if (refcount_dec_if_one(&host->h_count)) in nlm_gc_hosts()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpegd_syntax.h169 RK_U32 h_count[MAX_COMPONENTS]; member
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h60 refcount_t h_count; /* reference count */ member