Home
last modified time | relevance | path

Searched refs:p_program (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/src/tables/
H A Dpat.c133 while(p_program != NULL) in dvbpsi_pat_empty()
136 free(p_program); in dvbpsi_pat_empty()
137 p_program = p_tmp; in dvbpsi_pat_empty()
170 if (p_program == NULL) in dvbpsi_pat_program_add()
173 p_program->i_number = i_number; in dvbpsi_pat_program_add()
174 p_program->i_pid = i_pid; in dvbpsi_pat_program_add()
175 p_program->p_next = NULL; in dvbpsi_pat_program_add()
187 return p_program; in dvbpsi_pat_program_add()
371 if (p_program) in dvbpsi_pat_sections_decode()
417 while (p_program != NULL) in dvbpsi_pat_sections_generate()
[all …]
/dports/multimedia/bitstream/bitstream-1.5/mpeg/psi/
H A Dpat.h124 uint8_t *p_program; in pat_table_find_program() local
127 while ((p_program = pat_get_program(p_section, j)) != NULL) { in pat_table_find_program()
129 if (patn_get_program(p_program) == i_program) in pat_table_find_program()
130 return p_program; in pat_table_find_program()
144 uint8_t *p_program; in pat_table_validate() local
150 while ((p_program = pat_get_program(p_section, j)) != NULL) { in pat_table_validate()
152 patn_get_program(p_program)); in pat_table_validate()
156 if (patn_get_pid(p_program) != patn_get_pid(p_program2)) in pat_table_validate()
H A Dpat_print.h65 const uint8_t *p_program; in pat_table_print() local
68 while ((p_program = pat_get_program(p_section, j)) != NULL) { in pat_table_print()
69 uint16_t i_program = patn_get_program(p_program); in pat_table_print()
70 uint16_t i_pid = patn_get_pid(p_program); in pat_table_print()
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/examples/
H A Ddecode_pat.c83 dvbpsi_pat_program_t* p_program = p_pat->p_first_program; in DumpPAT() local
89 while(p_program) in DumpPAT()
92 p_program->i_number, p_program->i_pid, p_program->i_pid); in DumpPAT()
93 p_program = p_program->p_next; in DumpPAT()
H A Dget_pcr_pid.c110 dvbpsi_pat_program_t *p_program; in PATCallback() local
119 for( p_program = p_pat->p_first_program; p_program != NULL && i_nb_programs < MAX_PROGRAMS; in PATCallback()
120 p_program = p_program->p_next ) in PATCallback()
122 if( p_program->i_number != 0 in PATCallback()
123 && (!i_program || i_program == p_program->i_number) ) in PATCallback()
125 pi_pmt_pids[i_nb_programs] = p_program->i_pid; in PATCallback()
130 p_program->i_number, PMTCallback, NULL)) in PATCallback()
H A Ddecode_mpeg.c318 dvbpsi_pat_program_t* p_program = p_pat->p_first_program; in DumpPAT() local
337 while( p_program ) in DumpPAT()
346 p_stream->pmt.i_number = p_program->i_number; in DumpPAT()
347 p_stream->pmt.pid_pmt = &p_stream->pid[p_program->i_pid]; in DumpPAT()
348 p_stream->pmt.pid_pmt->i_pid = p_program->i_pid; in DumpPAT()
355 if (!dvbpsi_pmt_attach(p_stream->pmt.handle, p_program->i_number, DumpPMT, p_stream )) in DumpPAT()
362 p_program->i_number, p_program->i_pid, p_program->i_pid); in DumpPAT()
363 p_program = p_program->p_next; in DumpPAT()
/dports/multimedia/bitstream/bitstream-1.5/examples/
H A Dmpeg_print_pcr.c95 const uint8_t *p_program; in handle_pat() local
98 while ((p_program = pat_get_program(p_section, j)) != NULL) { in handle_pat()
100 uint16_t i_sid = patn_get_program(p_program); in handle_pat()
101 uint16_t i_pid = patn_get_pid(p_program); in handle_pat()
142 const uint8_t *p_program; in handle_pat() local
145 while ((p_program = pat_get_program(p_section, j)) != NULL) { in handle_pat()
146 uint16_t i_sid = patn_get_program(p_program); in handle_pat()
H A Ddvb_print_si.c227 const uint8_t *p_program; in handle_pat() local
230 while ((p_program = pat_get_program(p_section, j)) != NULL) { in handle_pat()
232 uint16_t i_sid = patn_get_program(p_program); in handle_pat()
233 uint16_t i_pid = patn_get_pid(p_program); in handle_pat()
280 const uint8_t *p_program; in handle_pat() local
283 while ((p_program = pat_get_program(p_section, j)) != NULL) { in handle_pat()
284 uint16_t i_sid = patn_get_program(p_program); in handle_pat()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_streams.c171 ts_es_t * ts_es_New( ts_pmt_t *p_program ) in ts_es_New() argument
176 p_es->p_program = p_program; in ts_es_New()
184 p_es->fmt.i_group = p_program->i_number; in ts_es_New()
224 if( p_es->p_program == p_pmt ) in ts_stream_Find_es()
235 if( p_es->p_program == p_pmt ) in ts_stream_Extract_es()
251 i += ( b_active ) ? !!p_es->id : ( ( !p_pmt || p_pmt == p_es->p_program ) ? 1 : 0 ); in ts_Count_es()
269 ts_stream_t *ts_stream_New( demux_t *p_demux, ts_pmt_t *p_program ) in ts_stream_New() argument
276 pes->p_es = ts_es_New( p_program ); in ts_stream_New()
H A Dts_psi.c71 p_program != NULL; in PATCheck()
72 p_program = p_program->p_next ) in PATCheck()
79 i_prev_pid = p_program->i_pid; in PATCheck()
88 dvbpsi_pat_program_t *p_program; in PATCallBack() local
138 for( p_program = p_dvbpsipat->p_first_program; p_program != NULL; in PATCallBack()
139 p_program = p_program->p_next ) in PATCallBack()
152 for( p_program = p_dvbpsipat->p_first_program; p_program != NULL; in PATCallBack()
153 p_program = p_program->p_next ) in PATCallBack()
156 p_program->i_pid ); in PATCallBack()
157 if( p_program->i_number == 0 ) in PATCallBack()
[all …]
H A Dts_scte.c63 const ts_pmt_t *p_pmt = p_es->p_program; in SCTE18_Section_Callback()
83 ts_pmt_t *p_pmt = p_pes->p_es->p_program; in SCTE27_Section_Callback()
H A Dts_metadata.c77 es_out_Control( ctx->out, ES_OUT_SET_GROUP_META, p_es->p_program->i_number, p_meta ); in Metadata_stream_processor_Push()
H A Dts_sl.c145 ts_pmt_t *p_pmt = p_pes->p_es->p_program; in SLPackets_Section_Handler()
228 ts_pmt_t *p_pmt = p_es->p_program; in SL_stream_processor_Push()
H A Dts_streams_private.h88 ts_pmt_t *p_program; member
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dvb/
H A Dscan.c971 const dvbpsi_pat_program_t *p_program; in ParsePAT() local
972 for( p_program = p_pat->p_first_program; p_program != NULL; p_program = p_program->p_next ) in ParsePAT()
974 if( p_program->i_number == 0 ) /* NIT */ in ParsePAT()
977 scan_service_t *s = scan_multiplex_FindService( p_mplex, p_program->i_number ); in ParsePAT()
980 s = scan_service_New( p_program->i_number ); in ParsePAT()
1009 dvbpsi_pat_program_t *p_program; in PATCallBack() local
1017 for( p_program = p_pat->p_first_program; p_program != NULL; p_program = p_program->p_next ) in PATCallBack()
1019 msg_Dbg( p_obj, " * number=%d pid=%d", p_program->i_number, p_program->i_pid ); in PATCallBack()
1020 if( p_program->i_number == 0 ) in PATCallBack()
1021 p_session->i_nit_pid = p_program->i_pid; in PATCallBack()
/dports/devel/godot2/godot-2.1.6-stable/drivers/gles2/
H A Dshader_compiler_gles2.h44 Error compile_node(ShaderLanguage::ProgramNode *p_program);
45 static Error create_glsl_120_code(void *p_str, ShaderLanguage::ProgramNode *p_program);
H A Dshader_compiler_gles2.cpp578 Error ShaderCompilerGLES2::compile_node(SL::ProgramNode *p_program) { in compile_node() argument
588 for (Map<StringName, SL::Uniform>::Element *E = p_program->uniforms.front(); E; E = E->next()) { in compile_node()
603 for (int i = 0; i < p_program->functions.size(); i++) { in compile_node()
605 SL::FunctionNode *fnode = p_program->functions[i].function; in compile_node()
633 code = dump_node_code(p_program, 0); in compile_node()
648 Error ShaderCompilerGLES2::create_glsl_120_code(void *p_str, SL::ProgramNode *p_program) { in create_glsl_120_code() argument
651 return compiler->compile_node(p_program); in create_glsl_120_code()
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/gles2/
H A Dshader_compiler_gles2.h44 Error compile_node(ShaderLanguage::ProgramNode *p_program);
45 static Error create_glsl_120_code(void *p_str, ShaderLanguage::ProgramNode *p_program);
H A Dshader_compiler_gles2.cpp578 Error ShaderCompilerGLES2::compile_node(SL::ProgramNode *p_program) { in compile_node() argument
588 for (Map<StringName, SL::Uniform>::Element *E = p_program->uniforms.front(); E; E = E->next()) { in compile_node()
603 for (int i = 0; i < p_program->functions.size(); i++) { in compile_node()
605 SL::FunctionNode *fnode = p_program->functions[i].function; in compile_node()
633 code = dump_node_code(p_program, 0); in compile_node()
648 Error ShaderCompilerGLES2::create_glsl_120_code(void *p_str, SL::ProgramNode *p_program) { in create_glsl_120_code() argument
651 return compiler->compile_node(p_program); in create_glsl_120_code()
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/examples/dvbinfo/
H A Dlibdvbpsi.c715 dvbpsi_pat_program_t* p_program = p_pat->p_first_program; in handle_PAT() local
730 while (p_program) in handle_PAT()
745 p_pmt->i_number = p_program->i_number; in handle_PAT()
746 p_pmt->pid_pmt = &p_stream->pid[p_program->i_pid]; in handle_PAT()
747 p_pmt->pid_pmt->i_pid = p_program->i_pid; in handle_PAT()
750 if (!dvbpsi_pmt_attach(p_pmt->handle, p_program->i_number, handle_PMT, p_stream)) in handle_PAT()
768 p_program->i_number, p_program->i_pid, p_program->i_pid); in handle_PAT()
769 p_program = p_program->p_next; in handle_PAT()
/dports/textproc/py-zope.tal/zope.tal-3.6.1/src/zope/tal/tests/
H A Dtest_talinterpreter.py798 p_program, p_macros = self._compile("""
806 interp = TALInterpreter(p_program, {}, engine, StringIO())
821 p_program, p_macros = self._compile("""
828 interp = TALInterpreter(p_program, {}, engine, StringIO())
/dports/devel/godot2/godot-2.1.6-stable/main/tests/
H A Dtest_shader_lang.cpp274 static Error recreate_code(void *p_str, SL::ProgramNode *p_program) { in recreate_code() argument
279 *str = dump_node_code(p_program, 0); in recreate_code()
/dports/devel/godot2-tools/godot-2.1.6-stable/main/tests/
H A Dtest_shader_lang.cpp274 static Error recreate_code(void *p_str, SL::ProgramNode *p_program) { in recreate_code() argument
279 *str = dump_node_code(p_program, 0); in recreate_code()
/dports/devel/godot-tools/godot-3.2.3-stable/main/tests/
H A Dtest_shader_lang.cpp291 static Error recreate_code(void *p_str, SL::ShaderNode *p_program) { in recreate_code() argument
295 *str = dump_node_code(p_program, 0); in recreate_code()
/dports/devel/erlang-cl/cl-cl-1.2.4/examples/
H A Dcl_map.erl37 {_NArgs,ItemSize,Source} = p_program(Function),
172 p_program(Function) -> function

12