Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dpyperf.h65 void* f_code; // PyFrameObject.f_code, pointer to PyCodeObject member
93 bpf_probe_read_user(&frame->f_code, in get_frame_data()
94 sizeof(frame->f_code), in get_frame_data()
98 if (!frame->f_code) in get_frame_data()
102 frame->f_code + pidData->offsets.PyCodeObject_filename); in get_frame_data()
105 frame->f_code + pidData->offsets.PyCodeObject_name); in get_frame_data()
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_mpeg2.c132 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, picture->f_code[0][0]); in cedrus_mpeg2_setup()
133 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, picture->f_code[0][1]); in cedrus_mpeg2_setup()
134 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, picture->f_code[1][0]); in cedrus_mpeg2_setup()
135 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, picture->f_code[1][1]); in cedrus_mpeg2_setup()
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Drk3399_vpu_hw_mpeg2_dec.c238 VDPU_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in rk3399_vpu_mpeg2_dec_run()
239 VDPU_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in rk3399_vpu_mpeg2_dec_run()
240 VDPU_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in rk3399_vpu_mpeg2_dec_run()
241 VDPU_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in rk3399_vpu_mpeg2_dec_run()
H A Dhantro_g1_mpeg2_dec.c226 G1_REG_FCODE_FWD_HOR(picture->f_code[0][0]) | in hantro_g1_mpeg2_dec_run()
227 G1_REG_FCODE_FWD_VER(picture->f_code[0][1]) | in hantro_g1_mpeg2_dec_run()
228 G1_REG_FCODE_BWD_HOR(picture->f_code[1][0]) | in hantro_g1_mpeg2_dec_run()
229 G1_REG_FCODE_BWD_VER(picture->f_code[1][1]) | in hantro_g1_mpeg2_dec_run()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c778 ctx->pic_code_ext_head.f_code[0][0] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()
779 ctx->pic_code_ext_head.f_code[0][1] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()
780 ctx->pic_code_ext_head.f_code[1][0] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()
781 ctx->pic_code_ext_head.f_code[1][1] = m2vd_read_bits(bx, 4); in m2vd_decode_pic_ext_header()
783 ctx->pic_head.full_pel_forward_vector = ctx->pic_code_ext_head.f_code[0][0]; in m2vd_decode_pic_ext_header()
784 ctx->pic_head.forward_f_code = ctx->pic_code_ext_head.f_code[0][1]; in m2vd_decode_pic_ext_header()
785 ctx->pic_head.full_pel_backward_vector = ctx->pic_code_ext_head.f_code[1][0]; in m2vd_decode_pic_ext_header()
786 ctx->pic_head.backward_f_code = ctx->pic_code_ext_head.f_code[1][1]; in m2vd_decode_pic_ext_header()
1370 memcpy(dst->pic_code_ext.f_code, p->pic_code_ext_head.f_code, 2 * 2 * sizeof(RK_S32)); in m2vd_convert_to_dxva()
H A Dm2vd_parser.h191 RK_S32 f_code[2][2]; member
/OK3568_Linux_fs/kernel/include/media/
H A Dmpeg2-ctrls.h43 __u8 f_code[2][2]; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dm2vd_syntax.h93 RK_S32 f_code[2][2]; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py272 log.debug(sys._getframe().f_code.co_name)
299 log.debug(sys._getframe().f_code.co_name)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py87 file = f.f_code.co_filename
88 func = f.f_code.co_name
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst2388 - ``f_code[2][2]``