Home
last modified time | relevance | path

Searched refs:poc (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dmaxim,max9286.yaml41 poc-supply:
88 maxim,gpio-poc:
201 "^port[0-3]-poc-supply$":
212 # 'poc-supply' or per-port poc-supply. Additionally, if 'maxim,gpio-poc' is
216 - maxim,gpio-poc
219 poc-supply: false
222 "^port[0-3]-poc-supply$": false
226 - poc-supply
229 "^port[0-3]-poc-supply$": false
246 poc-supply = <&camera_poc_12v>;
[all …]
/linux-6.3-rc2/drivers/media/platform/verisilicon/
A Dhantro_h264.c34 u32 poc[POC_BUFFER_SIZE]; member
244 tbl->poc[i * 2] = dpb[i].top_field_order_cnt; in prepare_table()
245 tbl->poc[i * 2 + 1] = dpb[i].bottom_field_order_cnt; in prepare_table()
280 tbl->poc[32] = ctx->h264_dec.cur_poc; in prepare_table()
281 tbl->poc[33] = 0; in prepare_table()
283 tbl->poc[32] = dec_param->top_field_order_cnt; in prepare_table()
284 tbl->poc[33] = dec_param->bottom_field_order_cnt; in prepare_table()
A Dhantro_hevc.c36 s32 poc) in hantro_hevc_get_ref_buf() argument
43 if (hevc_dec->ref_bufs_poc[i] == poc) { in hantro_hevc_get_ref_buf()
52 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr) in hantro_hevc_add_ref_buf() argument
61 hevc_dec->ref_bufs_poc[i] = poc; in hantro_hevc_add_ref_buf()
A Dhantro_hw.h361 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, s32 poc);
362 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr);
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/vdec/
A Dvdec_h264_req_common.h162 s32 poc; member
A Dvdec_h264_if.c47 int32_t poc; member
456 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/
A Dcedrus_h265.c337 s32 poc; in cedrus_h265_is_low_delay() local
341 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay()
345 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
352 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-h264.c355 u32 poc = v4l2_h264_get_poc(builder, reflist + i); in format_ref_list_b() local
359 longterm ? frame_num : poc, in format_ref_list_b()
/linux-6.3-rc2/arch/arm64/boot/dts/renesas/
A Dcondor-common.dtsi243 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
318 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
A Dr8a77970-eagle.dts205 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
/linux-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_windsor.c483 u32 poc; member

Completed in 20 milliseconds