Home
last modified time | relevance | path

Searched refs:p4cc (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filter_core/
H A Dfilter_props.c574 if (p4cc) { in gf_props_hash_djb2()
575 hash = ((hash << 5) + hash) + ((p4cc>>24)&0xFF); in gf_props_hash_djb2()
577 hash = ((hash << 5) + hash) + ((p4cc>>8)&0xFF); in gf_props_hash_djb2()
578 hash = ((hash << 5) + hash) + (p4cc&0xFF); in gf_props_hash_djb2()
750 if ((p4cc && (p4cc==prop->p4cc)) || (name && prop->pname && !strcmp(prop->pname, name)) ) { in gf_props_remove_property()
761 if ((p4cc && (p4cc==prop->p4cc)) || (name && prop->pname && !strcmp(prop->pname, name)) ) { in gf_props_remove_property()
845 assert(!prop_c->p4cc || (prop_c->p4cc != p4cc)); in gf_props_insert_property()
863 prop->p4cc = p4cc; in gf_props_insert_property()
1007 if (prop_4cc) *prop_4cc = pe->p4cc; in gf_props_enum_property()
1026 if (prop_4cc) *prop_4cc = pe->p4cc; in gf_props_enum_property()
[all …]
H A Dfilter_session.h50 u32 p4cc; member
84 GF_Err gf_props_set_property(GF_PropertyMap *map, u32 p4cc, const char *name, char *dyn_name, const…
85 GF_Err gf_props_insert_property(GF_PropertyMap *map, u32 hash, u32 p4cc, const char *name, char *dy…
87 void gf_props_remove_property(GF_PropertyMap *map, u32 hash, u32 p4cc, const char *name);
94 u32 gf_props_hash_djb2(u32 p4cc, const char *str);
H A Dfilter_pid.c1290 u32 p4cc = 0; in filter_pid_check_fragment() local
1296 p4cc = gf_props_get_id(frag_name); in filter_pid_check_fragment()
1297 if (!p4cc && !strcmp(frag_name, "PID") ) in filter_pid_check_fragment()
1298 p4cc = GF_PROP_PID_ID; in filter_pid_check_fragment()
1300 if (!p4cc && (strlen(frag_name)==4)) in filter_pid_check_fragment()
1303 if (p4cc) pent = gf_filter_pid_get_property_entry(src_pid, p4cc); in filter_pid_check_fragment()
1329 if (pent->p4cc==GF_PROP_PID_CODECID) { in filter_pid_check_fragment()
3215 u32 p4cc=0; in gf_filter_pid_set_args_internal() local
3293 if (p4cc) prop_type = gf_props_4cc_get_type(p4cc); in gf_filter_pid_set_args_internal()
3296 p4cc = gf_props_get_id(name); in gf_filter_pid_set_args_internal()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filter_core/
H A Dfilter_props.c574 if (p4cc) { in gf_props_hash_djb2()
575 hash = ((hash << 5) + hash) + ((p4cc>>24)&0xFF); in gf_props_hash_djb2()
577 hash = ((hash << 5) + hash) + ((p4cc>>8)&0xFF); in gf_props_hash_djb2()
578 hash = ((hash << 5) + hash) + (p4cc&0xFF); in gf_props_hash_djb2()
750 if ((p4cc && (p4cc==prop->p4cc)) || (name && prop->pname && !strcmp(prop->pname, name)) ) { in gf_props_remove_property()
761 if ((p4cc && (p4cc==prop->p4cc)) || (name && prop->pname && !strcmp(prop->pname, name)) ) { in gf_props_remove_property()
845 assert(!prop_c->p4cc || (prop_c->p4cc != p4cc)); in gf_props_insert_property()
863 prop->p4cc = p4cc; in gf_props_insert_property()
1007 if (prop_4cc) *prop_4cc = pe->p4cc; in gf_props_enum_property()
1026 if (prop_4cc) *prop_4cc = pe->p4cc; in gf_props_enum_property()
[all …]
H A Dfilter_session.h50 u32 p4cc; member
84 GF_Err gf_props_set_property(GF_PropertyMap *map, u32 p4cc, const char *name, char *dyn_name, const…
85 GF_Err gf_props_insert_property(GF_PropertyMap *map, u32 hash, u32 p4cc, const char *name, char *dy…
87 void gf_props_remove_property(GF_PropertyMap *map, u32 hash, u32 p4cc, const char *name);
94 u32 gf_props_hash_djb2(u32 p4cc, const char *str);
H A Dfilter_pid.c1290 u32 p4cc = 0; in filter_pid_check_fragment() local
1296 p4cc = gf_props_get_id(frag_name); in filter_pid_check_fragment()
1297 if (!p4cc && !strcmp(frag_name, "PID") ) in filter_pid_check_fragment()
1298 p4cc = GF_PROP_PID_ID; in filter_pid_check_fragment()
1300 if (!p4cc && (strlen(frag_name)==4)) in filter_pid_check_fragment()
1303 if (p4cc) pent = gf_filter_pid_get_property_entry(src_pid, p4cc); in filter_pid_check_fragment()
1329 if (pent->p4cc==GF_PROP_PID_CODECID) { in filter_pid_check_fragment()
3215 u32 p4cc=0; in gf_filter_pid_set_args_internal() local
3293 if (p4cc) prop_type = gf_props_4cc_get_type(p4cc); in gf_filter_pid_set_args_internal()
3296 p4cc = gf_props_get_id(name); in gf_filter_pid_set_args_internal()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Djsfilter.c546 switch (p4cc) { in jsf_NewPropTranslate()
580 if (p4cc) in jsf_ToProp()
1240 u32 p4cc = gf_props_get_id(name); in jsf_filter_get_info() local
1242 if (!p4cc) in jsf_filter_get_info()
1888 u32 p4cc; in jsf_pid_enum_properties() local
1934 u32 p4cc = gf_props_get_id(name); in jsf_pid_get_property_ex() local
1936 if (!p4cc) return JS_EXCEPTION; in jsf_pid_get_property_ex()
2117 if (!p4cc) in jsf_pid_query_caps()
2391 if (!p4cc) return JS_EXCEPTION; in jsf_pid_set_property_ex()
3199 u32 p4cc; in jsf_pck_enum_properties() local
[all …]
H A Ddmx_gsf.c418 u32 p4cc = gf_bs_read_u32(bs); in gsfdmx_parse_pid_info() local
421 p.type = gf_props_4cc_get_type(p4cc); in gsfdmx_parse_pid_info()
423 …OG_CONTAINER, ("[GSFDemux] Wrong GPAC property type for property 4CC %s\n", gf_4cc_to_str(p4cc) )); in gsfdmx_parse_pid_info()
430 if (is_info_update) gf_filter_pid_set_info(gst->opid, p4cc, &p); in gsfdmx_parse_pid_info()
431 else gf_filter_pid_set_property(gst->opid, p4cc, &p); in gsfdmx_parse_pid_info()
741 u32 p4cc = gf_bs_read_u32(bs); in gsfdmx_read_data_pck() local
742 p.type = gf_props_4cc_get_type(p4cc); in gsfdmx_read_data_pck()
744 …OG_CONTAINER, ("[GSFDemux] Wrong GPAC property type for property 4CC %s\n", gf_4cc_to_str(p4cc) )); in gsfdmx_read_data_pck()
757 gf_filter_pck_set_property(gpck->pck, p4cc, &p); in gsfdmx_read_data_pck()
H A Dinspect.c947 static void inspect_dump_property(GF_InspectCtx *ctx, FILE *dump, u32 p4cc, const char *pname, cons… in inspect_dump_property() argument
951 if (!pname) pname = gf_props_4cc_get_name(p4cc); in inspect_dump_property()
953 if (p4cc==GF_PROP_PID_DOWNLOAD_SESSION) in inspect_dump_property()
957 switch (p4cc) { in inspect_dump_property()
1009 switch (p4cc) { in inspect_dump_property()
1029 … gf_fprintf(dump, " %s=\"%s\"", pname_no_space, gf_props_dump(p4cc, att, szDump, ctx->dump_data)); in inspect_dump_property()
1033 …gf_fprintf(dump, " %s=\"%s\"", pname ? pname : gf_4cc_to_str(p4cc), gf_props_dump(p4cc, att, szDum… in inspect_dump_property()
1037 …gf_fprintf(dump, "\t%s (%s): ", pname ? pname : gf_4cc_to_str(p4cc), gf_props_get_type_name(att->t… in inspect_dump_property()
1039 gf_fprintf(dump, "\t%s: ", pname ? pname : gf_4cc_to_str(p4cc)); in inspect_dump_property()
1046 switch (p4cc) { in inspect_dump_property()
[all …]
H A Dwrite_nhml.c607 static void nhmldump_pck_property(GF_NHMLDumpCtx *ctx, u32 p4cc, const char *pname, const GF_Proper… in nhmldump_pck_property() argument
612 if (!pname) pname = gf_props_4cc_get_name(p4cc); in nhmldump_pck_property()
614 sprintf(nhml, "%s=\"", pname ? pname : gf_4cc_to_str(p4cc)); in nhmldump_pck_property()
H A Dunit_test_filter.c80 u32 p4cc; in dump_properties() local
82 const GF_PropertyValue *p = gf_filter_pck_enum_properties(pck, &idx, &p4cc, &pname); in dump_properties()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Djsfilter.c546 switch (p4cc) { in jsf_NewPropTranslate()
580 if (p4cc) in jsf_ToProp()
1240 u32 p4cc = gf_props_get_id(name); in jsf_filter_get_info() local
1242 if (!p4cc) in jsf_filter_get_info()
1888 u32 p4cc; in jsf_pid_enum_properties() local
1934 u32 p4cc = gf_props_get_id(name); in jsf_pid_get_property_ex() local
1936 if (!p4cc) return JS_EXCEPTION; in jsf_pid_get_property_ex()
2117 if (!p4cc) in jsf_pid_query_caps()
2391 if (!p4cc) return JS_EXCEPTION; in jsf_pid_set_property_ex()
3199 u32 p4cc; in jsf_pck_enum_properties() local
[all …]
H A Ddmx_gsf.c418 u32 p4cc = gf_bs_read_u32(bs); in gsfdmx_parse_pid_info() local
421 p.type = gf_props_4cc_get_type(p4cc); in gsfdmx_parse_pid_info()
423 …OG_CONTAINER, ("[GSFDemux] Wrong GPAC property type for property 4CC %s\n", gf_4cc_to_str(p4cc) )); in gsfdmx_parse_pid_info()
430 if (is_info_update) gf_filter_pid_set_info(gst->opid, p4cc, &p); in gsfdmx_parse_pid_info()
431 else gf_filter_pid_set_property(gst->opid, p4cc, &p); in gsfdmx_parse_pid_info()
741 u32 p4cc = gf_bs_read_u32(bs); in gsfdmx_read_data_pck() local
742 p.type = gf_props_4cc_get_type(p4cc); in gsfdmx_read_data_pck()
744 …OG_CONTAINER, ("[GSFDemux] Wrong GPAC property type for property 4CC %s\n", gf_4cc_to_str(p4cc) )); in gsfdmx_read_data_pck()
757 gf_filter_pck_set_property(gpck->pck, p4cc, &p); in gsfdmx_read_data_pck()
H A Dinspect.c947 static void inspect_dump_property(GF_InspectCtx *ctx, FILE *dump, u32 p4cc, const char *pname, cons… in inspect_dump_property() argument
951 if (!pname) pname = gf_props_4cc_get_name(p4cc); in inspect_dump_property()
953 if (p4cc==GF_PROP_PID_DOWNLOAD_SESSION) in inspect_dump_property()
957 switch (p4cc) { in inspect_dump_property()
1009 switch (p4cc) { in inspect_dump_property()
1029 … gf_fprintf(dump, " %s=\"%s\"", pname_no_space, gf_props_dump(p4cc, att, szDump, ctx->dump_data)); in inspect_dump_property()
1033 …gf_fprintf(dump, " %s=\"%s\"", pname ? pname : gf_4cc_to_str(p4cc), gf_props_dump(p4cc, att, szDum… in inspect_dump_property()
1037 …gf_fprintf(dump, "\t%s (%s): ", pname ? pname : gf_4cc_to_str(p4cc), gf_props_get_type_name(att->t… in inspect_dump_property()
1039 gf_fprintf(dump, "\t%s: ", pname ? pname : gf_4cc_to_str(p4cc)); in inspect_dump_property()
1046 switch (p4cc) { in inspect_dump_property()
[all …]
H A Dwrite_nhml.c607 static void nhmldump_pck_property(GF_NHMLDumpCtx *ctx, u32 p4cc, const char *pname, const GF_Proper… in nhmldump_pck_property() argument
612 if (!pname) pname = gf_props_4cc_get_name(p4cc); in nhmldump_pck_property()
614 sprintf(nhml, "%s=\"", pname ? pname : gf_4cc_to_str(p4cc)); in nhmldump_pck_property()
H A Dunit_test_filter.c80 u32 p4cc; in dump_properties() local
82 const GF_PropertyValue *p = gf_filter_pck_enum_properties(pck, &idx, &p4cc, &pname); in dump_properties()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/core-api/
H A Dprintk-formats.rst599 %p4cc
608 %p4cc BG12 little-endian (0x32314742)
609 %p4cc Y10 little-endian (0x20303159)
610 %p4cc NV12 big-endian (0xb231564e)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/core-api/
H A Dprintk-formats.rst599 %p4cc
608 %p4cc BG12 little-endian (0x32314742)
609 %p4cc Y10 little-endian (0x20303159)
610 %p4cc NV12 big-endian (0xb231564e)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/core-api/
H A Dprintk-formats.rst599 %p4cc
608 %p4cc BG12 little-endian (0x32314742)
609 %p4cc Y10 little-endian (0x20303159)
610 %p4cc NV12 big-endian (0xb231564e)
/dports/graphics/geomview/geomview-1.9.5/data/groups/
H A D230data.names105 105. p4cc
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dfilters.h1088 const char *gf_props_dump(u32 p4cc, const GF_PropertyValue *att, char dump[GF_PROP_DUMP_ARG_SIZE], …
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dfilters.h1088 const char *gf_props_dump(u32 p4cc, const GF_PropertyValue *att, char dump[GF_PROP_DUMP_ARG_SIZE], …