Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/media/i2c/
Dmaxim,max9286.yaml41 poc-supply:
73 maxim,gpio-poc:
92 not available for consumers, nor the 'poc-supply' property should be
191 # If 'maxim,gpio-poc' is present, then 'poc-supply' and 'gpio-controller'
195 - maxim,gpio-poc
198 poc-supply: false
216 poc-supply = <&camera_poc_12v>;
356 * No 'poc-supply' nor 'gpio-controller' are specified.
358 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
/linux-5.19.10/drivers/staging/media/hantro/
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()
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()
Dhantro_hw.h360 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, s32 poc);
361 int hantro_hevc_add_ref_buf(struct hantro_ctx *ctx, int poc, dma_addr_t addr);
/linux-5.19.10/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_h264_req_common.h162 s32 poc; member
Dvdec_h264_if.c47 int32_t poc; member
456 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
/linux-5.19.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c311 s32 poc; in cedrus_h265_is_low_delay() local
315 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay()
319 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
326 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-h264.c351 u32 poc = v4l2_h264_get_poc(builder, reflist + i); in format_ref_list_b() local
355 longterm ? frame_num : poc, in format_ref_list_b()
/linux-5.19.10/arch/arm64/boot/dts/renesas/
Dr8a77980-condor.dts242 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
317 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
Dr8a77970-eagle.dts200 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
/linux-5.19.10/drivers/media/platform/amphion/
Dvpu_windsor.c483 u32 poc; member