Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-dec23.c41 static void build_subblock_pattern(struct pwc_dec23_private *pdec) in build_subblock_pattern() argument
62 pdec->table_subblock[i][j] = temp_values[j]; in build_subblock_pattern()
68 static void build_bit_powermask_table(struct pwc_dec23_private *pdec) in build_bit_powermask_table() argument
76 p = pdec->table_bitpowermask[bit]; in build_bit_powermask_table()
142 static void fill_table_dc00_d800(struct pwc_dec23_private *pdec) in fill_table_dc00_d800() argument
151 pdec->table_dc00[i] = offset1 & ~(ONE_HALF); in fill_table_dc00_d800()
152 pdec->table_d800[i] = offset2; in fill_table_dc00_d800()
288 struct pwc_dec23_private *pdec = &pdev->dec23; in pwc_dec23_init() local
290 mutex_init(&pdec->lock); in pwc_dec23_init()
292 if (pdec->last_cmd_valid && pdec->last_cmd == cmd[2]) in pwc_dec23_init()
[all …]
H A Dpwc-dec1.c17 struct pwc_dec1_private *pdec = &pdev->dec1; in pwc_dec1_init() local
19 pdec->version = pdev->release; in pwc_dec1_init()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c379 static MPP_RET set_frame_unref(AvsdCtx_t *pdec, AvsdFrame_t *p) in set_frame_unref() argument
382 mpp_buf_slot_clr_flag(pdec->frame_slots, p->slot_idx, SLOT_CODEC_USE); in set_frame_unref()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c343 u32 pixelformat, const struct delta_dec **pdec) in delta_open_decoder() argument
373 *pdec = dec; in delta_open_decoder()