Home
last modified time | relevance | path

Searched refs:lvcc (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/atm/
H A Dlanai.c1170 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1175 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1180 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_descriptor()
1181 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_descriptor()
1192 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_trailer()
1193 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_trailer()
1239 ptr, lvcc->vci, lvcc->tx.buf.start, lvcc->tx.buf.ptr, in lanai_endtx()
1538 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1702 lvcc->tx.unqueue(lanai, lvcc, lvcc->tx.endptr); in iter_transmit()
1755 lvcc->tx.unqueue(lanai, lvcc, endptr); in iter_dequeue()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/atm/
H A Dlanai.c1170 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1175 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1180 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_descriptor()
1181 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_descriptor()
1192 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_trailer()
1193 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_trailer()
1239 ptr, lvcc->vci, lvcc->tx.buf.start, lvcc->tx.buf.ptr, in lanai_endtx()
1538 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1702 lvcc->tx.unqueue(lanai, lvcc, lvcc->tx.endptr); in iter_transmit()
1755 lvcc->tx.unqueue(lanai, lvcc, endptr); in iter_dequeue()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/atm/
H A Dlanai.c1170 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1175 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor()
1180 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_descriptor()
1181 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_descriptor()
1192 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_trailer()
1193 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_trailer()
1239 ptr, lvcc->vci, lvcc->tx.buf.start, lvcc->tx.buf.ptr, in lanai_endtx()
1538 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind()
1702 lvcc->tx.unqueue(lanai, lvcc, lvcc->tx.endptr); in iter_transmit()
1755 lvcc->tx.unqueue(lanai, lvcc, endptr); in iter_dequeue()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Drewrite_nalu.c83 GF_HEVCConfig *lvcc = NULL; in nalumx_make_inband_header() local
87 if (dsi_enh) lvcc = gf_odf_hevc_cfg_read(dsi_enh, dsi_enh_len, GF_TRUE); in nalumx_make_inband_header()
88 if (!hvcc && !lvcc) return GF_NON_COMPLIANT_BITSTREAM; in nalumx_make_inband_header()
89 ctx->nal_hdr_size = hvcc ? hvcc->nal_unit_size : lvcc->nal_unit_size; in nalumx_make_inband_header()
117 if (hvcc || lvcc) { in nalumx_make_inband_header()
120 if (lvcc) in nalumx_make_inband_header()
121 nalumx_write_ps_list(ctx, bs, nalumx_get_hevc_ps(lvcc, GF_HEVC_NALU_VID_PARAM)); in nalumx_make_inband_header()
124 if (lvcc) in nalumx_make_inband_header()
125 nalumx_write_ps_list(ctx, bs, nalumx_get_hevc_ps(lvcc, GF_HEVC_NALU_SEQ_PARAM)); in nalumx_make_inband_header()
128 if (lvcc) in nalumx_make_inband_header()
[all …]
H A Dreframe_nalu.c794 GF_HEVCConfig *lvcc; in naludmx_create_hevc_decoder_config() local
805 lvcc = gf_odf_hevc_cfg_new(); in naludmx_create_hevc_decoder_config()
807 lvcc->nal_unit_size = ctx->nal_length; in naludmx_create_hevc_decoder_config()
808 lvcc->is_lhvc = GF_TRUE; in naludmx_create_hevc_decoder_config()
854 cfg = lvcc; in naludmx_create_hevc_decoder_config()
908 cfg = ctx->explicit ? lvcc : hvcc; in naludmx_create_hevc_decoder_config()
922 naludmx_hevc_set_parall_type(ctx, lvcc); in naludmx_create_hevc_decoder_config()
929 if (gf_list_count(lvcc->param_array) ) { in naludmx_create_hevc_decoder_config()
930 naludmx_hevc_set_parall_type(ctx, lvcc); in naludmx_create_hevc_decoder_config()
943 count = gf_list_count(lvcc->param_array); in naludmx_create_hevc_decoder_config()
[all …]
H A Dmux_isom.c98 GF_HEVCConfig *hvcc, *lvcc; member
418 if (tkw->lvcc) { in mp4_mux_make_inband_header()
424 if (tkw->lvcc) in mp4_mux_make_inband_header()
428 if (tkw->lvcc) in mp4_mux_make_inband_header()
468 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_track_writer_del()
1580 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_setup_pid()
1760 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_setup_pid()
1762 if (tkw->lvcc) { in mp4_mux_setup_pid()
1766 tkw->lvcc = NULL; in mp4_mux_setup_pid()
2465 if (tkw->lvcc) { in mp4_mux_setup_pid()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Drewrite_nalu.c83 GF_HEVCConfig *lvcc = NULL; in nalumx_make_inband_header() local
87 if (dsi_enh) lvcc = gf_odf_hevc_cfg_read(dsi_enh, dsi_enh_len, GF_TRUE); in nalumx_make_inband_header()
88 if (!hvcc && !lvcc) return GF_NON_COMPLIANT_BITSTREAM; in nalumx_make_inband_header()
89 ctx->nal_hdr_size = hvcc ? hvcc->nal_unit_size : lvcc->nal_unit_size; in nalumx_make_inband_header()
117 if (hvcc || lvcc) { in nalumx_make_inband_header()
120 if (lvcc) in nalumx_make_inband_header()
121 nalumx_write_ps_list(ctx, bs, nalumx_get_hevc_ps(lvcc, GF_HEVC_NALU_VID_PARAM)); in nalumx_make_inband_header()
124 if (lvcc) in nalumx_make_inband_header()
125 nalumx_write_ps_list(ctx, bs, nalumx_get_hevc_ps(lvcc, GF_HEVC_NALU_SEQ_PARAM)); in nalumx_make_inband_header()
128 if (lvcc) in nalumx_make_inband_header()
[all …]
H A Dreframe_nalu.c794 GF_HEVCConfig *lvcc; in naludmx_create_hevc_decoder_config() local
805 lvcc = gf_odf_hevc_cfg_new(); in naludmx_create_hevc_decoder_config()
807 lvcc->nal_unit_size = ctx->nal_length; in naludmx_create_hevc_decoder_config()
808 lvcc->is_lhvc = GF_TRUE; in naludmx_create_hevc_decoder_config()
854 cfg = lvcc; in naludmx_create_hevc_decoder_config()
908 cfg = ctx->explicit ? lvcc : hvcc; in naludmx_create_hevc_decoder_config()
922 naludmx_hevc_set_parall_type(ctx, lvcc); in naludmx_create_hevc_decoder_config()
929 if (gf_list_count(lvcc->param_array) ) { in naludmx_create_hevc_decoder_config()
930 naludmx_hevc_set_parall_type(ctx, lvcc); in naludmx_create_hevc_decoder_config()
943 count = gf_list_count(lvcc->param_array); in naludmx_create_hevc_decoder_config()
[all …]
H A Dmux_isom.c98 GF_HEVCConfig *hvcc, *lvcc; member
418 if (tkw->lvcc) { in mp4_mux_make_inband_header()
424 if (tkw->lvcc) in mp4_mux_make_inband_header()
428 if (tkw->lvcc) in mp4_mux_make_inband_header()
468 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_track_writer_del()
1580 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_setup_pid()
1760 if (tkw->lvcc) gf_odf_hevc_cfg_del(tkw->lvcc); in mp4_mux_setup_pid()
1762 if (tkw->lvcc) { in mp4_mux_setup_pid()
1766 tkw->lvcc = NULL; in mp4_mux_setup_pid()
2465 if (tkw->lvcc) { in mp4_mux_setup_pid()
[all …]
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/misc/
H A Dmpost.fmp5094 VectoraLH-Black lvcc
/dports/graphics/pstoedit/pstoedit-3.70/misc/
H A Dmpost.fmp5094 VectoraLH-Black lvcc
/dports/chinese/rime-array/rime-array-d10f2f8b2aec7c7e736ace01e8a399e5ae5e7c3a/
H A Darray30_phrases.dict.yaml89876 樂滋滋 lvcc'
89877 追本溯源 lvcc'
89878 乘桴浮海 lvcc'