Searched refs:poc (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max9286.yaml | 41 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-6.1.9/drivers/media/platform/verisilicon/ |
D | hantro_h264.c | 34 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()
|
D | hantro_hevc.c | 36 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()
|
D | hantro_hw.h | 361 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.1.9/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_h264_req_common.h | 162 s32 poc; member
|
D | vdec_h264_if.c | 47 int32_t poc; member 456 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()
|
/linux-6.1.9/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_h265.c | 324 s32 poc; in cedrus_h265_is_low_delay() local 328 poc = run->h265.decode_params->pic_order_cnt_val; in cedrus_h265_is_low_delay() 332 if (dpb[slice_params->ref_idx_l0[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay() 339 if (dpb[slice_params->ref_idx_l1[i]].pic_order_cnt_val > poc) in cedrus_h265_is_low_delay()
|
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-h264.c | 351 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-6.1.9/arch/arm64/boot/dts/renesas/ |
D | condor-common.dtsi | 242 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>; 317 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
|
D | r8a77970-eagle.dts | 205 maxim,gpio-poc = <0 GPIO_ACTIVE_LOW>;
|
/linux-6.1.9/drivers/media/platform/amphion/ |
D | vpu_windsor.c | 483 u32 poc; member
|