Home
last modified time | relevance | path

Searched refs:psz_text (Results 1 – 25 of 81) sorted by relevance

1234

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dsubtitle.c1033 p_subtitle->psz_text = psz_text; in ParseMicroDvd()
1264 memmove( &psz_text[1], psz_text, strlen(psz_text)+1 ); in ParseSSA()
1353 p_subtitle->psz_text = psz_text; in ParseVplayer()
1593 p_subtitle->psz_text = psz_text; in ParseMPL2()
1648 p_subtitle->psz_text = psz_text; in ParseAQT()
1695 p_subtitle->psz_text = psz_text; in ParsePJS()
1793 p_subtitle->psz_text = psz_text; in ParseMPSub()
1945 while( *psz_text == ' ' || *psz_text == '\t' ) psz_text++; in ParseJSS()
1960 while( *psz_text == ' ' || *psz_text == '\t' ) psz_text++; in ParseJSS()
2087 p_subtitle->psz_text = psz_text; in ParsePSB()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Ddialog.c48 display_error_cb(void *p_data, const char *psz_title, const char *psz_text) in display_error_cb() argument
53 psz_text); in display_error_cb()
58 const char *psz_text, const char *psz_default_username, in display_login_cb() argument
65 psz_title, psz_text, in display_login_cb()
71 const char *psz_text, vlc_dialog_question_type i_type, in display_question_cb() argument
81 psz_title, psz_text, i_ltype, in display_question_cb()
88 const char *psz_text, bool b_indeterminate, in display_progress_cb() argument
95 psz_title, psz_text, in display_progress_cb()
110 const char *psz_text) in update_progress_cb() argument
115 f_position, psz_text); in update_progress_cb()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dextensions.cpp239 textArea->setHtml( qfu( p_widget->psz_text ) ); in CreateWidget()
245 textInput->setText( qfu( p_widget->psz_text ) ); in CreateWidget()
257 textInput->setText( qfu( p_widget->psz_text ) ); in CreateWidget()
269 checkBox->setText( qfu( p_widget->psz_text ) ); in CreateWidget()
286 if( p_widget->psz_text ) in CreateWidget()
396 free( p_widget->psz_text ); in SyncInput()
397 p_widget->psz_text = psz_text; in SyncInput()
446 free( p_widget->psz_text ); in SyncSelection()
563 label->setText( qfu( p_widget->psz_text ) ); in UpdateWidget()
569 button->setText( qfu( p_widget->psz_text ) ); in UpdateWidget()
[all …]
H A Dexternal.cpp85 const char *psz_text) in displayErrorCb() argument
89 const QString text = qfu(psz_text); in displayErrorCb()
97 const char *psz_title, const char *psz_text, in displayLoginCb() argument
103 const QString text = qfu(psz_text); in displayLoginCb()
114 const char *psz_title, const char *psz_text, in displayQuestionCb() argument
121 const QString text = qfu(psz_text); in displayQuestionCb()
133 const char *psz_title, const char *psz_text, in displayProgressCb() argument
139 const QString text = qfu(psz_text); in displayProgressCb()
153 float f_value, const char *psz_text) in updateProgressCb() argument
156 emit self->progressUpdated(p_id, f_value, qfu(psz_text)); in updateProgressCb()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsubstx3g.c165 char* psz_text = str8indup( p_segment->s->psz_text, 0, i_start ); in SegmentDoSplit() local
166 p_segment_left = tx3g_segment_New( psz_text ); in SegmentDoSplit()
167 free( psz_text ); in SegmentDoSplit()
170 p_segment_left->i_size = str8len( p_segment_left->s->psz_text ); in SegmentDoSplit()
173 char* psz_text = str8indup( p_segment->s->psz_text, i_start, i_end - i_start + 1 ); in SegmentDoSplit() local
174 p_segment_middle = tx3g_segment_New( psz_text ); in SegmentDoSplit()
175 free( psz_text ); in SegmentDoSplit()
182 … char* psz_text = str8indup( p_segment->s->psz_text, i_end + 1, p_segment->i_size - i_end - 1 ); in SegmentDoSplit() local
183 p_segment_right = tx3g_segment_New( psz_text ); in SegmentDoSplit()
184 free( psz_text ); in SegmentDoSplit()
[all …]
H A Dsubsusf.c1000 char *psz_text; in StripTags() local
1015 *psz_text++ = '\n'; in StripTags()
1023 *psz_text++ = '<'; in StripTags()
1028 *psz_text++ = '>'; in StripTags()
1033 *psz_text++ = '&'; in StripTags()
1038 *psz_text++ = '\"'; in StripTags()
1044 *psz_text++ = '&'; in StripTags()
1057 *psz_text++ = '\0'; in StripTags()
1072 if( !psz_text ) in CreatePlainText()
1075 s = strpbrk( psz_text, "\t\r\n " ); in CreatePlainText()
[all …]
H A Dtelx.c443 char psz_text[512], *pt = psz_text; in Decode() local
654 if ( l > sizeof(psz_text) - total - 1 ) in Decode()
655 l = sizeof(psz_text) - total - 1; in Decode()
662 if ( sizeof(psz_text) - total - 1 > 0 ) in Decode()
671 if ( !strcmp(psz_text, p_sys->psz_prev_text) ) in Decode()
676 assert( sizeof(p_sys->psz_prev_text) >= sizeof(psz_text) ); in Decode()
677 strcpy( p_sys->psz_prev_text, psz_text ); in Decode()
702 p_spu->p_region->p_text = text_segment_New(psz_text); in Decode()
H A Dt140.c98 || ( p_region->p_text->psz_text == NULL) ) in Encode()
102 len = strlen( p_region->p_text->psz_text ); in Encode()
104 memcpy( p_block->p_buffer, p_region->p_text->psz_text, len ); in Encode()
/dports/multimedia/vlc/vlc-3.0.16/src/interface/
H A Ddialog.c77 const char *psz_text; member
340 char *psz_text; in dialog_display_error_va() local
348 free(psz_text); in dialog_display_error_va()
402 char *psz_text; in dialog_display_login_va() local
412 free(psz_text); in dialog_display_login_va()
418 free(psz_text); in dialog_display_login_va()
489 char *psz_text; in dialog_display_question_va() local
499 free(psz_text); in dialog_display_question_va()
506 free(psz_text); in dialog_display_question_va()
578 char *psz_text; in display_progress_va() local
[all …]
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_dialog.h60 const char *psz_text);
80 const char *psz_title, const char *psz_text,
105 const char *psz_title, const char *psz_text,
130 const char *psz_title, const char *psz_text,
154 float f_position, const char *psz_text);
/dports/multimedia/bitstream/bitstream-1.5/dvb/si/
H A Ddesc_50.h123 char *psz_text = dvb_string_get(p_text, i_text_len, pf_iconv, iconv_opaque); in desc50_print() local
127 psz_text = dvb_string_xml_escape(psz_text); in desc50_print()
135 psz_text in desc50_print()
146 psz_text in desc50_print()
150 free(psz_text); in desc50_print()
H A Ddesc_5e.h129 char *psz_text = dvb_string_get(p_text, i_text_length, pf_iconv, iconv_opaque); in desc5e_print() local
132 psz_text = dvb_string_xml_escape(psz_text); in desc5e_print()
137 psz_text in desc5e_print()
145 psz_text in desc5e_print()
148 free(psz_text); in desc5e_print()
H A Ddesc_4d.h139 char *psz_text = dvb_string_get(p_text, i_text_length, in desc4d_print() local
144 psz_text = dvb_string_xml_escape(psz_text); in desc4d_print()
147 (char *)desc4d_get_lang(p_desc), psz_event_name, psz_text); in desc4d_print()
152 (char *)desc4d_get_lang(p_desc), psz_event_name, psz_text); in desc4d_print()
155 free(psz_text); in desc4d_print()
H A Ddesc_64.h149 char *psz_text = dvb_string_get(p_text, i_text_length, pf_iconv, iconv_opaque); in desc64_print() local
166 psz_text = dvb_string_xml_escape(psz_text); in desc64_print()
175 psz_text); in desc64_print()
187 psz_text); in desc64_print()
189 free(psz_text); in desc64_print()
H A Ddesc_4e.h213 char *psz_text = dvb_string_get(p_text, i_text_length, in desc4e_print() local
218 psz_text = dvb_string_xml_escape(psz_text); in desc4e_print()
225 psz_text in desc4e_print()
235 psz_text in desc4e_print()
238 free( psz_text ); in desc4e_print()
/dports/multimedia/vlc/vlc-3.0.16/test/src/interface/
H A Ddialog.c57 display_error_cb(void *p_data, const char *psz_title, const char *psz_text) in display_error_cb() argument
60 printf("error message: title: '%s', text: '%s'\n", psz_title, psz_text); in display_error_cb()
65 const char *psz_text, const char *psz_default_username, in display_login_cb() argument
71 psz_title, psz_text, psz_default_username, b_ask_store); in display_login_cb()
81 const char *psz_text, vlc_dialog_question_type i_type, in display_question_cb() argument
88 psz_title, psz_text, i_type, psz_cancel, psz_action1, psz_action2); in display_question_cb()
98 const char *psz_text, bool b_indeterminate, in display_progress_cb() argument
104 psz_title, psz_text, b_indeterminate, f_position, psz_cancel); in display_progress_cb()
117 const char *psz_text) in update_progress_cb() argument
121 printf("update_progress: %f, text: %s\n", f_position, psz_text); in update_progress_cb()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Devent.c41 int i_value, const char *psz_text );
210 int i_program, const char *psz_text ) in input_SendEventProgramAdd() argument
212 VarListAdd( p_input, "program", INPUT_EVENT_PROGRAM, i_program, psz_text ); in input_SendEventProgramAdd()
245 …ntEsAdd( input_thread_t *p_input, enum es_format_category_e i_cat, int i_id, const char *psz_text ) in input_SendEventEsAdd() argument
249 VarListAdd( p_input, psz_varname, INPUT_EVENT_ES, i_id, psz_text ); in input_SendEventEsAdd()
266 int i_teletext, const char *psz_text ) in input_SendEventTeletextAdd() argument
268 VarListAdd( p_input, "teletext-es", INPUT_EVENT_TELETEXT, i_teletext, psz_text ); in input_SendEventTeletextAdd()
306 int i_value, const char *psz_text ) in VarListAdd() argument
312 text.psz_string = (char*)psz_text; in VarListAdd()
315 &val, psz_text ? &text : NULL ); in VarListAdd()
H A Devent.h55 int i_program, const char *psz_text );
61 …tEsAdd( input_thread_t *p_input, enum es_format_category_e i_cat, int i_id, const char *psz_text );
65 int i_teletext, const char *psz_text );
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/
H A Dsapi.cpp194 if (!s->psz_text) in RenderText()
197 if (strlen(s->psz_text) == 0) in RenderText()
200 if (p_sys->lastString && !strcmp(p_sys->lastString, s->psz_text)) in RenderText()
203 if (!strcmp(s->psz_text, "\n")) in RenderText()
208 p_sys->lastString = strdup(s->psz_text); in RenderText()
212 msg_Dbg(p_filter, "Speaking '%s'", s->psz_text); in RenderText()
215 wchar_t* wideText = ToWide(s->psz_text); in RenderText()
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/libs/
H A Ddialog.c275 free( p_widget->psz_text ); in vlclua_dialog_delete()
282 free( p_value->psz_text ); in vlclua_dialog_delete()
652 free( p_widget->psz_text ); in vlclua_widget_set_text()
691 char *psz_text = NULL; in vlclua_widget_get_text() local
692 if( p_widget->psz_text ) in vlclua_widget_get_text()
693 psz_text = strdup( p_widget->psz_text ); in vlclua_widget_get_text()
696 lua_pushstring( L, psz_text ); in vlclua_widget_get_text()
698 free( psz_text ); in vlclua_widget_get_text()
824 free( p_value->psz_text ); in vlclua_widget_clear()
1082 free( p_value->psz_text ); in DeleteWidget()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/arib/
H A Daribsub.c288 char *psz_text = (char*) calloc( i_size + 1, sizeof(char) ); in render() local
289 if( psz_text == NULL ) in render()
293 strncpy(psz_text, p_buf_region->p_start, i_size); in render()
294 psz_text[i_size] = '\0'; in render()
296 msg_Dbg( p_dec, "psz_text [%s]", psz_text ); in render()
299 p_region->psz_text = strdup( psz_text ); in render()
300 free( psz_text ); in render()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCCoreDialogProvider.m51 const char *psz_text)
57 toNSStr(psz_text)]
65 const char *psz_text,
74 toNSStr(psz_text),
84 const char *psz_text,
95 toNSStr(psz_text),
107 const char *psz_text,
117 toNSStr(psz_text),
138 const char *psz_text)
145 toNSStr(psz_text)]
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dtext_style.c159 text_segment_t *text_segment_New( const char *psz_text ) in text_segment_New() argument
165 if ( psz_text ) in text_segment_New()
166 segment->psz_text = strdup( psz_text ); in text_segment_New()
191 free( segment->psz_text ); in text_segment_Delete()
214 text_segment_t *p_new = text_segment_New( p_src->psz_text ); in text_segment_Copy()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_dialog.h285 const char *psz_text);
305 const char *psz_title, const char *psz_text,
330 const char *psz_title, const char *psz_text,
355 const char *psz_title, const char *psz_text,
379 float f_position, const char *psz_text);
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/webvtt/
H A Dsubsvtt.c136 char *psz_text; member
452 free( p_node->psz_text ); in webvtt_dom_text_Delete()
981 free( p_textnode->psz_text ); in webvtt_dom_cue_Reduced()
982 p_textnode->psz_text = psz_new; in webvtt_dom_cue_Reduced()
987 free( p_textnode->psz_text ); in webvtt_dom_cue_Reduced()
988 p_textnode->psz_text = NULL; in webvtt_dom_cue_Reduced()
1214 while( *psz_text ) in CreateDomNodes()
1220 if( psz_tag - psz_text > 0 ) in CreateDomNodes()
1225 p_node->psz_text = strndup( psz_text, psz_tag - psz_text ); in CreateDomNodes()
1277 psz_text = psz_taglast + 1; in CreateDomNodes()
[all …]

1234