Home
last modified time | relevance | path

Searched refs:mvex (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/devel/py-opcodes/opcodes-0.3.14/opcodes/
H A Dk1om.py841 mvex = MVEX()
842 mvex.pp = int(xml_component.attrib["pp"], 2)
843 mvex.mmmm = int(xml_component.attrib["mmmm"], 2)
844 mvex.W = _parse_value(xml_component.attrib.get("W"), [], 2)
846mvex.V = _parse_value(xml_component.attrib["V"], instruction_form.operands, 2)
847mvex.SSS = _parse_value(xml_component.attrib["SSS"], instruction_form.operands, 2)
848mvex.aaa = _parse_value(xml_component.attrib["aaa"], instruction_form.operands, 2)
849mvex.X = _parse_value(xml_component.attrib.get("X"), instruction_form.operands)
850 mvex.B = _parse_value(xml_component.attrib["B"], instruction_form.operands)
851mvex.RR = _parse_value(xml_component.attrib.get("RR"), instruction_form.operands)
[all …]
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4MovieFragment.cpp137 AP4_ContainerAtom* mvex = NULL; in CreateSampleTable() local
140 mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov->GetChild(AP4_ATOM_TYPE_MVEX)); in CreateSampleTable()
142 if (mvex) { in CreateSampleTable()
143 for (AP4_List<AP4_Atom>::Item* item = mvex->GetChildren().FirstItem(); in CreateSampleTable()
H A DAp4SegmentBuilder.cpp257 AP4_ContainerAtom* mvex = new AP4_ContainerAtom(AP4_ATOM_TYPE_MVEX); in WriteVideoInitSegment() local
259 mvex->AddChild(mehd); in WriteVideoInitSegment()
284 mvex->AddChild(trex); in WriteVideoInitSegment()
290 output_movie->GetMoovAtom()->AddChild(mvex); in WriteVideoInitSegment()
772 AP4_ContainerAtom* mvex = new AP4_ContainerAtom(AP4_ATOM_TYPE_MVEX); in WriteInitSegment() local
774 mvex->AddChild(mehd); in WriteInitSegment()
799 mvex->AddChild(trex); in WriteInitSegment()
802 output_movie->GetMoovAtom()->AddChild(mvex); in WriteInitSegment()
H A DAp4Processor.cpp201 AP4_ContainerAtom* mvex = NULL; in ProcessFragments() local
203 mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov->GetChild(AP4_ATOM_TYPE_MVEX)); in ProcessFragments()
204 if (mvex) { in ProcessFragments()
205 for (AP4_List<AP4_Atom>::Item* child_item = mvex->GetChildren().FirstItem(); in ProcessFragments()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4MovieFragment.cpp138 AP4_ContainerAtom* mvex = NULL; in CreateSampleTable() local
141 mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov->GetChild(AP4_ATOM_TYPE_MVEX)); in CreateSampleTable()
143 if (mvex) { in CreateSampleTable()
144 for (AP4_List<AP4_Atom>::Item* item = mvex->GetChildren().FirstItem(); in CreateSampleTable()
H A DAp4SegmentBuilder.cpp413 AP4_ContainerAtom* mvex = new AP4_ContainerAtom(AP4_ATOM_TYPE_MVEX); in WriteInitSegment() local
415 mvex->AddChild(mehd); in WriteInitSegment()
440 mvex->AddChild(trex); in WriteInitSegment()
446 output_movie->GetMoovAtom()->AddChild(mvex); in WriteInitSegment()
575 AP4_ContainerAtom* mvex = new AP4_ContainerAtom(AP4_ATOM_TYPE_MVEX); in WriteInitSegment() local
577 mvex->AddChild(mehd); in WriteInitSegment()
602 mvex->AddChild(trex); in WriteInitSegment()
605 output_movie->GetMoovAtom()->AddChild(mvex); in WriteInitSegment()
H A DAp4Processor.cpp481 … AP4_ContainerAtom *mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov->GetChild(AP4_ATOM_TYPE_MVEX)); in Process() local
483 if (mvex) { in Process()
484 …for (AP4_List<AP4_Atom>::Item* item = mvex->GetChildren().FirstItem(); item; item = item->GetNext(… in Process()
862 …AP4_ContainerAtom *mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov[streamid]->GetChild(AP4_ATOM_TY… in MuxStream() local
863 if (!mvex) in MuxStream()
868 AP4_MehdAtom *mehd(AP4_DYNAMIC_CAST(AP4_MehdAtom, mvex->GetChild(AP4_ATOM_TYPE_MEHD, 0))); in MuxStream()
874 …for (; !trex && (trex = AP4_DYNAMIC_CAST(AP4_TrexAtom, mvex->GetChild(AP4_ATOM_TYPE_TREX, index++)… in MuxStream()
886 mvex_base = mvex; in MuxStream()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zydis/
H A DDecoder.c186 } mvex; member
666 if (instruction->raw.mvex.mmmm > 0x03) in ZydisDecodeMVEX()
684 context->cache.W = instruction->raw.mvex.W; in ZydisDecodeMVEX()
692 ((0x01 & ~instruction->raw.mvex.V2) << 4) | (0x0F & ~instruction->raw.mvex.vvvv); in ZydisDecodeMVEX()
2967 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
2999 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3027 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3043 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3071 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3672 *index = instruction->raw.mvex.mmmm + (instruction->raw.mvex.pp << 2) + 17; in ZydisNodeHandlerEMVEX()
[all …]
/dports/devel/zydis/zydis-3.1.0/src/
H A DDecoder.c186 } mvex; member
666 if (instruction->raw.mvex.mmmm > 0x03) in ZydisDecodeMVEX()
684 context->cache.W = instruction->raw.mvex.W; in ZydisDecodeMVEX()
692 ((0x01 & ~instruction->raw.mvex.V2) << 4) | (0x0F & ~instruction->raw.mvex.vvvv); in ZydisDecodeMVEX()
2961 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
2993 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3021 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3037 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3065 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3666 *index = instruction->raw.mvex.mmmm + (instruction->raw.mvex.pp << 2) + 17; in ZydisNodeHandlerEMVEX()
[all …]
/dports/www/firefox/firefox-99.0/js/src/zydis/Zydis/
H A DDecoder.c186 } mvex; member
666 if (instruction->raw.mvex.mmmm > 0x03) in ZydisDecodeMVEX()
684 context->cache.W = instruction->raw.mvex.W; in ZydisDecodeMVEX()
692 ((0x01 & ~instruction->raw.mvex.V2) << 4) | (0x0F & ~instruction->raw.mvex.vvvv); in ZydisDecodeMVEX()
2967 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
2999 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3027 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3043 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3071 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3672 *index = instruction->raw.mvex.mmmm + (instruction->raw.mvex.pp << 2) + 17; in ZydisNodeHandlerEMVEX()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zydis/
H A DDecoder.c186 } mvex; member
666 if (instruction->raw.mvex.mmmm > 0x03) in ZydisDecodeMVEX()
684 context->cache.W = instruction->raw.mvex.W; in ZydisDecodeMVEX()
692 ((0x01 & ~instruction->raw.mvex.V2) << 4) | (0x0F & ~instruction->raw.mvex.vvvv); in ZydisDecodeMVEX()
2967 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
2999 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3027 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3043 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3071 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3672 *index = instruction->raw.mvex.mmmm + (instruction->raw.mvex.pp << 2) + 17; in ZydisNodeHandlerEMVEX()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zydis/
H A DDecoder.c186 } mvex; member
666 if (instruction->raw.mvex.mmmm > 0x03) in ZydisDecodeMVEX()
684 context->cache.W = instruction->raw.mvex.W; in ZydisDecodeMVEX()
692 ((0x01 & ~instruction->raw.mvex.V2) << 4) | (0x0F & ~instruction->raw.mvex.vvvv); in ZydisDecodeMVEX()
2967 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
2999 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3027 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3043 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3071 switch (instruction->raw.mvex.SSS) in ZydisSetAVXInformation()
3672 *index = instruction->raw.mvex.mmmm + (instruction->raw.mvex.pp << 2) + 17; in ZydisNodeHandlerEMVEX()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dmovie_fragments.c115 if (!movie->moov->mvex->mehd || !movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
149 if (movie->moov->mvex->mehd && movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
219 GF_MovieExtendsBox *mvex; in gf_isom_change_track_fragment_defaults() local
230 mvex = movie->moov->mvex; in gf_isom_change_track_fragment_defaults()
265 GF_MovieExtendsBox *mvex; in gf_isom_setup_track_fragment() local
280 if (!movie->moov->mvex) { in gf_isom_setup_track_fragment()
285 mvex = movie->moov->mvex; in gf_isom_setup_track_fragment()
287 if (!mvex->mehd) { in gf_isom_setup_track_fragment()
328 GF_MovieExtendsBox *mvex; in gf_isom_setup_track_fragment_template() local
353 mvex = movie->moov->mvex; in gf_isom_setup_track_fragment_template()
[all …]
H A Disom_intern.c49 if (!mov->moov || !mov->moov->mvex) { in MergeFragment()
72 traf->trex = (GF_TrackExtendsBox*)gf_list_get(mov->moov->mvex->TrackExList, 0); in MergeFragment()
78 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in MergeFragment()
211 if (!mov->moov->mvex) in gf_isom_setup_traf_inheritance()
289 if (mov->moov->mvex) mov->moov->mvex->mov = mov; in gf_isom_parse_movie_boxes()
480 if (traf->tfhd && mov->moov->mvex && mov->moov->mvex->TrackExList) { in gf_isom_parse_movie_boxes()
483 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in gf_isom_parse_movie_boxes()
608 …enMode > GF_ISOM_OPEN_READ) && (mov->openMode != GF_ISOM_OPEN_KEEP_FRAGMENTS) && mov->moov->mvex) { in gf_isom_parse_movie_boxes()
609 gf_isom_box_del_parent(&mov->moov->child_boxes, (GF_Box *)mov->moov->mvex); in gf_isom_parse_movie_boxes()
610 mov->moov->mvex = NULL; in gf_isom_parse_movie_boxes()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dmovie_fragments.c115 if (!movie->moov->mvex->mehd || !movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
149 if (movie->moov->mvex->mehd && movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
219 GF_MovieExtendsBox *mvex; in gf_isom_change_track_fragment_defaults() local
230 mvex = movie->moov->mvex; in gf_isom_change_track_fragment_defaults()
265 GF_MovieExtendsBox *mvex; in gf_isom_setup_track_fragment() local
280 if (!movie->moov->mvex) { in gf_isom_setup_track_fragment()
285 mvex = movie->moov->mvex; in gf_isom_setup_track_fragment()
287 if (!mvex->mehd) { in gf_isom_setup_track_fragment()
328 GF_MovieExtendsBox *mvex; in gf_isom_setup_track_fragment_template() local
353 mvex = movie->moov->mvex; in gf_isom_setup_track_fragment_template()
[all …]
H A Disom_intern.c49 if (!mov->moov || !mov->moov->mvex) { in MergeFragment()
72 traf->trex = (GF_TrackExtendsBox*)gf_list_get(mov->moov->mvex->TrackExList, 0); in MergeFragment()
78 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in MergeFragment()
211 if (!mov->moov->mvex) in gf_isom_setup_traf_inheritance()
289 if (mov->moov->mvex) mov->moov->mvex->mov = mov; in gf_isom_parse_movie_boxes()
480 if (traf->tfhd && mov->moov->mvex && mov->moov->mvex->TrackExList) { in gf_isom_parse_movie_boxes()
483 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in gf_isom_parse_movie_boxes()
608 …enMode > GF_ISOM_OPEN_READ) && (mov->openMode != GF_ISOM_OPEN_KEEP_FRAGMENTS) && mov->moov->mvex) { in gf_isom_parse_movie_boxes()
609 gf_isom_box_del_parent(&mov->moov->child_boxes, (GF_Box *)mov->moov->mvex); in gf_isom_parse_movie_boxes()
610 mov->moov->mvex = NULL; in gf_isom_parse_movie_boxes()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dmovie_fragments.c73 if (!movie->moov->mvex->mehd) { in gf_isom_set_movie_duration()
111 if (!movie->moov->mvex->mehd || !movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
146 if (movie->moov->mvex->mehd && movie->moov->mvex->mehd->fragment_duration) { in gf_isom_finalize_for_fragment()
159 if (!movie->moov->mvex || !gf_list_count(movie->moov->mvex->TrackExList)) return GF_OK; in gf_isom_finalize_for_fragment()
204 GF_MovieExtendsBox *mvex; in gf_isom_change_track_fragment_defaults() local
215 mvex = movie->moov->mvex; in gf_isom_change_track_fragment_defaults()
216 if (!mvex) return GF_BAD_PARAM; in gf_isom_change_track_fragment_defaults()
242 GF_MovieExtendsBox *mvex; in gf_isom_setup_track_fragment() local
257 if (!movie->moov->mvex) { in gf_isom_setup_track_fragment()
262 mvex = movie->moov->mvex; in gf_isom_setup_track_fragment()
[all …]
H A Disom_intern.c50 if (!mov->moov || !mov->moov->mvex) { in MergeFragment()
70 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in MergeFragment()
232 if (mov->moov->mvex) mov->moov->mvex->mov = mov; in gf_isom_parse_movie_boxes()
370 while ((traf->trex = (GF_TrackExtendsBox*)gf_list_enum(mov->moov->mvex->TrackExList, &j))) { in gf_isom_parse_movie_boxes()
466 …penMode > GF_ISOM_OPEN_READ) && (mov->openMode != GF_ISOM_OPEN_CAT_FRAGMENTS) && mov->moov->mvex) { in gf_isom_parse_movie_boxes()
467 gf_isom_box_del((GF_Box *)mov->moov->mvex); in gf_isom_parse_movie_boxes()
468 mov->moov->mvex = NULL; in gf_isom_parse_movie_boxes()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Split/
H A DMp4Split.cpp326 … AP4_ContainerAtom* mvex = AP4_DYNAMIC_CAST(AP4_ContainerAtom, moov->GetChild(AP4_ATOM_TYPE_MVEX)); in main() local
327 if (mvex) { in main()
328 child = mvex->GetChildren().FirstItem(); in main()
/dports/multimedia/l-smash/l-smash-2.14.5/core/
H A Dfragment.c129 isom_mehd_t *mehd = file->moov->mvex->mehd; in isom_set_fragment_overall_duration()
148 if( LSMASH_IS_NON_EXISTING_BOX( file->moov->mvex ) ) in isom_write_fragment_random_access_info()
407 if( LSMASH_IS_BOX_ADDITION_FAILURE( isom_add_mehd( file->moov->mvex ) ) ) in isom_create_fragment_overall_default_settings()
409 file->moov->mvex->mehd->manager |= LSMASH_PLACEHOLDER; in isom_create_fragment_overall_default_settings()
425 isom_trex_t *trex = isom_add_trex( file->moov->mvex ); in isom_create_fragment_overall_default_settings()
850 || LSMASH_IS_NON_EXISTING_BOX( traf->file->initializer->moov->mvex ) ) in isom_finish_fragment_movie()
853 isom_trex_t *trex = isom_get_trex( file->initializer->moov->mvex, tfhd->track_ID ); in isom_finish_fragment_movie()
1168 isom_trex_t *trex = isom_get_trex( file->initializer->moov->mvex, track_ID ); in lsmash_create_fragment_empty_duration()
1201 isom_trex_t *trex = isom_get_trex( traf->file->initializer->moov->mvex, tfhd->track_ID ); in isom_set_fragment_last_duration()
1501 isom_trex_t *trex = isom_get_trex( traf->file->initializer->moov->mvex, tfhd->track_ID ); in isom_fragment_update_sample_tables()
[all …]
H A Dbox_default.c237 DEFINE_SIMPLE_CONTAINER_BOX_DEFAULT_CONSTANT( mvex, mehd );
242 DEFINE_SIMPLE_CONTAINER_BOX_DEFAULT_CONSTANT( moov, mvhd, iods, udta, ctab, meta, mvex );
H A Dbox_default.h122 DEFINE_BOX_DEFAULT_CONSTANT( mvex )
/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c1690 void* parent, void* mvex) in moov_add_mvex() argument
1693 moov->mvex_ = (mvex_t*)mvex; in moov_add_mvex()
1701 mvex_t* mvex = (mvex_t*)parent; in mvex_add_trex() local
1703 if(mvex->tracks_ == MAX_TRACKS) in mvex_add_trex()
1709 mvex->trexs_[mvex->tracks_] = trex; in mvex_add_trex()
1710 ++mvex->tracks_; in mvex_add_trex()
1978 mvex_t const* mvex = moov->mvex_; in tfhd_read() local
1984 if(mvex == NULL) in tfhd_read()
2008 for(i = 0; i != mvex->tracks_; ++i) in tfhd_read()
2010 if(mvex->trexs_[i]->track_id_ == atom->track_id_) in tfhd_read()
[all …]
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_reader.c1690 void* parent, void* mvex) in moov_add_mvex() argument
1693 moov->mvex_ = (mvex_t*)mvex; in moov_add_mvex()
1701 mvex_t* mvex = (mvex_t*)parent; in mvex_add_trex() local
1703 if(mvex->tracks_ == MAX_TRACKS) in mvex_add_trex()
1709 mvex->trexs_[mvex->tracks_] = trex; in mvex_add_trex()
1710 ++mvex->tracks_; in mvex_add_trex()
1978 mvex_t const* mvex = moov->mvex_; in tfhd_read() local
1984 if(mvex == NULL) in tfhd_read()
2008 for(i = 0; i != mvex->tracks_; ++i) in tfhd_read()
2010 if(mvex->trexs_[i]->track_id_ == atom->track_id_) in tfhd_read()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/mp4parse_capi/src/
H A Dlib.rs543 let duration = match context.mvex { in long_flac_metadata()
544 Some(ref mvex) => mvex.fragment_duration, in long_flac_metadata()
569 if context.mvex.is_none() {

1234567891011