Home
last modified time | relevance | path

Searched defs:d (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/utils/
H A Ddictionary.c68 static int dictionary_grow(dictionary * d) in dictionary_grow()
152 dictionary * d ; in dictionary_new() local
177 void dictionary_del(dictionary * d) in dictionary_del()
209 const char * dictionary_get(const dictionary * d, const char * key, const char * def) in dictionary_get()
255 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set()
314 void dictionary_unset(dictionary * d, const char * key) in dictionary_unset()
363 void dictionary_dump(const dictionary * d, FILE * out) in dictionary_dump()
H A Diniparser.c164 int iniparser_getnsec(const dictionary * d) in iniparser_getnsec()
195 const char * iniparser_getsecname(const dictionary * d, int n) in iniparser_getsecname()
230 void iniparser_dump(const dictionary * d, FILE * f) in iniparser_dump()
258 void iniparser_dump_ini(const dictionary * d, FILE * f) in iniparser_dump_ini()
296 void iniparser_dumpsection_ini(const dictionary * d, const char * s, FILE * f) in iniparser_dumpsection_ini()
330 int iniparser_getsecnkeys(const dictionary * d, const char * s) in iniparser_getsecnkeys()
372 const char ** iniparser_getseckeys(const dictionary * d, const char * s, const char ** keys) in iniparser_getseckeys()
413 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def) in iniparser_getstring()
454 long int iniparser_getlongint(const dictionary * d, const char * key, long int notfound) in iniparser_getlongint()
491 int iniparser_getint(const dictionary * d, const char * key, int notfound) in iniparser_getint()
[all …]
/rockchip-linux_mpp/osal/inc/
H A Dmpp_common.h17 #define MPP_MAX4(a, b, c, d) MPP_MAX((a), MPP_MAX3((b), (c), (d))) argument
21 #define MPP_MIN4(a, b, c, d) MPP_MIN((a), MPP_MIN3((b), (c), (d))) argument
39 #define MPP_WB16(p, d) do { \ argument
45 #define MPP_WL16(p, d) do { \ argument
53 #define MPP_WB32(p, d) do { \ argument
63 #define MPP_WL32(p, d) do { \ argument
77 #define MPP_WB64(p, d) do { \ argument
95 #define MPP_WL64(p, d) do { \ argument
108 #define MPP_WB24(p, d) do { \ argument
117 #define MPP_WL24(p, d) do { \ argument
[all …]
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_obj_macro.h24 #define CONCAT_4(a,b,c,d) a##b##c##d argument
25 #define CONCAT_5(a,b,c,d,e) a##b##c##d##e argument
26 #define CONCAT_6(a,b,c,d,e,f) a##b##c##d##e##f argument
35 #define CONCAT_US4(a,b,c,d) a##_##b##_##c##_##d argument
36 #define CONCAT_US5(a,b,c,d,e) a##_##b##_##c##_##d##_##e argument
37 #define CONCAT_US6(a,b,c,d,e,f) a##_##b##_##c##_##d##_##e##_##f argument
46 #define CONCAT_DOT4(a,b,c,d) a.b.c.d argument
47 #define CONCAT_DOT5(a,b,c,d,e) a.b.c.d.e argument
48 #define CONCAT_DOT6(a,b,c,d,e,f) a.b.c.d.e.f argument
57 #define CONCAT_STR4(a,b,c,d) TO_STR(a:b:c:d) argument
[all …]
/rockchip-linux_mpp/inc/
H A Dmpp_meta.h12 #define FOURCC_META(a, b, c, d) ((RK_U32)(a) << 24 | \ argument
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_ref.c355 MppEncRefCfgImpl *d = (MppEncRefCfgImpl *)dst; in mpp_enc_ref_cfg_copy() local
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_rc.h46 RK_S32 d; member
/rockchip-linux_mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.h28 #define JPEG_IDENTIFIER(a, b, c, d) \ argument
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu2.c381 unsigned int d = 100; in jpegd_setup_pp() local
H A Dhal_jpegd_vdpu1.c362 unsigned int d = 100; in jpegd_setup_pp() local
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c505 RK_S32 d; in update_prob() local
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c233 static RK_S16 resolve_divisor(RK_U32 d, RK_S16 *shift) in resolve_divisor()