Searched refs:pat_cb (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-core.c | 469 effect->pat_cb = 128; in fimc_set_color_effect() 474 effect->pat_cb = 115; in fimc_set_color_effect() 491 effect->pat_cb = ctx->ctrls.colorfx_cbcr->val >> 8; in fimc_set_color_effect()
|
H A D | fimc-core.h | 160 * @pat_cb: cr value when type is "arbitrary" 165 u8 pat_cb; member
|
H A D | fimc-reg.c | 382 cfg |= (effect->pat_cb << 13) | effect->pat_cr; in fimc_hw_set_effect()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-core.c | 468 effect->pat_cb = 128; in fimc_set_color_effect() 473 effect->pat_cb = 115; in fimc_set_color_effect() 490 effect->pat_cb = ctx->ctrls.colorfx_cbcr->val >> 8; in fimc_set_color_effect()
|
H A D | fimc-core.h | 160 * @pat_cb: cr value when type is "arbitrary" 165 u8 pat_cb; member
|
H A D | fimc-reg.c | 382 cfg |= (effect->pat_cb << 13) | effect->pat_cr; in fimc_hw_set_effect()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegts.c | 3168 static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len) in pat_cb() function 3765 mpegts_open_section_filter(ts, PAT_PID, pat_cb, ts, 1); in mpegts_read_header() 4035 mpegts_open_section_filter(ts, PAT_PID, pat_cb, ts, 1); in avpriv_mpegts_parse_open()
|
Completed in 14 milliseconds