Home
last modified time | relevance | path

Searched defs:fourcc (Results 1 – 25 of 3036) sorted by relevance

12345678910>>...122

/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_codecType.cpp24 bool isMpeg4Compatible (uint32_t fourcc) in isMpeg4Compatible()
49 bool isMpeg12Compatible (uint32_t fourcc) in isMpeg12Compatible()
63 bool isH264Compatible (uint32_t fourcc) in isH264Compatible()
78 bool isH265Compatible (uint32_t fourcc) in isH265Compatible()
95 bool isMSMpeg4Compatible (uint32_t fourcc) in isMSMpeg4Compatible()
109 bool isVC1Compatible (uint32_t fourcc) in isVC1Compatible()
119 bool isVP6Compatible (uint32_t fourcc) in isVP6Compatible()
132 bool isVP9Compatible (uint32_t fourcc) in isVP9Compatible()
143 bool isDVCompatible (uint32_t fourcc) in isDVCompatible()
H A Dfourcc.cpp26 void fourCC::print(uint32_t fourcc) in print()
39 void fourCC::printBE(uint32_t fourcc) in printBE()
52 char *fourCC::tostring(uint32_t fourcc) in tostring()
64 char *fourCC::tostringBE(uint32_t fourcc) in tostringBE()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_codecType.cpp24 bool isMpeg4Compatible (uint32_t fourcc) in isMpeg4Compatible()
49 bool isMpeg12Compatible (uint32_t fourcc) in isMpeg12Compatible()
63 bool isH264Compatible (uint32_t fourcc) in isH264Compatible()
78 bool isH265Compatible (uint32_t fourcc) in isH265Compatible()
95 bool isMSMpeg4Compatible (uint32_t fourcc) in isMSMpeg4Compatible()
109 bool isVC1Compatible (uint32_t fourcc) in isVC1Compatible()
119 bool isVP6Compatible (uint32_t fourcc) in isVP6Compatible()
132 bool isVP9Compatible (uint32_t fourcc) in isVP9Compatible()
143 bool isDVCompatible (uint32_t fourcc) in isDVCompatible()
H A Dfourcc.cpp26 void fourCC::print(uint32_t fourcc) in print()
39 void fourCC::printBE(uint32_t fourcc) in printBE()
52 char *fourCC::tostring(uint32_t fourcc) in tostring()
64 char *fourCC::tostringBE(uint32_t fourcc) in tostringBE()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_codecType.cpp24 bool isMpeg4Compatible (uint32_t fourcc) in isMpeg4Compatible()
49 bool isMpeg12Compatible (uint32_t fourcc) in isMpeg12Compatible()
63 bool isH264Compatible (uint32_t fourcc) in isH264Compatible()
78 bool isH265Compatible (uint32_t fourcc) in isH265Compatible()
95 bool isMSMpeg4Compatible (uint32_t fourcc) in isMSMpeg4Compatible()
109 bool isVC1Compatible (uint32_t fourcc) in isVC1Compatible()
119 bool isVP6Compatible (uint32_t fourcc) in isVP6Compatible()
132 bool isVP9Compatible (uint32_t fourcc) in isVP9Compatible()
143 bool isDVCompatible (uint32_t fourcc) in isDVCompatible()
H A Dfourcc.cpp26 void fourCC::print(uint32_t fourcc) in print()
39 void fourCC::printBE(uint32_t fourcc) in printBE()
52 char *fourCC::tostring(uint32_t fourcc) in tostring()
64 char *fourCC::tostringBE(uint32_t fourcc) in tostringBE()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_codecType.cpp24 bool isMpeg4Compatible (uint32_t fourcc) in isMpeg4Compatible()
49 bool isMpeg12Compatible (uint32_t fourcc) in isMpeg12Compatible()
63 bool isH264Compatible (uint32_t fourcc) in isH264Compatible()
78 bool isH265Compatible (uint32_t fourcc) in isH265Compatible()
95 bool isMSMpeg4Compatible (uint32_t fourcc) in isMSMpeg4Compatible()
109 bool isVC1Compatible (uint32_t fourcc) in isVC1Compatible()
119 bool isVP6Compatible (uint32_t fourcc) in isVP6Compatible()
132 bool isVP9Compatible (uint32_t fourcc) in isVP9Compatible()
143 bool isDVCompatible (uint32_t fourcc) in isDVCompatible()
H A Dfourcc.cpp26 void fourCC::print(uint32_t fourcc) in print()
39 void fourCC::printBE(uint32_t fourcc) in printBE()
52 char *fourCC::tostring(uint32_t fourcc) in tostring()
64 char *fourCC::tostringBE(uint32_t fourcc) in tostringBE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/chromeos/
H A Dplatform_video_frame_pool_unittest.cc59 bool Initialize(const Fourcc& fourcc) { in Initialize()
67 const Fourcc& fourcc) { in Initialize()
112 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
129 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
156 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
180 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
212 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
238 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
255 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
288 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc131 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
136 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
141 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
146 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
151 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
156 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
161 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
166 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
171 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc131 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
136 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
141 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
146 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
151 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
156 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
161 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
166 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
171 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc131 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
136 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
141 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
146 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
151 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
156 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local
161 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
166 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
171 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc131 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
136 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
141 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
146 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
151 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
156 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
161 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc130 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
135 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
140 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
145 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
150 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
155 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
160 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc130 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
135 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
140 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
145 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
150 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
155 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
160 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc130 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
135 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
140 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
145 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
150 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
155 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
160 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/utility/
H A Divf_file_writer_unittest.cc130 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
135 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
140 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
145 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local
150 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
155 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local
160 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_codecs.c88 uint32_t fourcc; member
143 VC_CONTAINER_FOURCC_T vfw_fourcc_to_codec(uint32_t fourcc) in vfw_fourcc_to_codec()
166 uint32_t fourcc; member
193 VC_CONTAINER_FOURCC_T fourcc_to_codec(uint32_t fourcc) in fourcc_to_codec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/chromeos/
H A Dplatform_video_frame_pool_unittest.cc66 void Initialize(const Fourcc& fourcc) { in Initialize()
112 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
128 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
153 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
177 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
193 const auto fourcc = Fourcc::FromVideoPixelFormat(GetParam()); in TEST_P() local
/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchDLS2Info.c88 ipatch_dls2_info_get(IpatchDLS2Info *info, guint32 fourcc) in ipatch_dls2_info_get()
117 ipatch_dls2_info_peek(IpatchDLS2Info *info, guint32 fourcc) in ipatch_dls2_info_peek()
147 ipatch_dls2_info_set(IpatchDLS2Info **info, guint32 fourcc, const char *value) in ipatch_dls2_info_set()
258 ipatch_dls2_info_is_defined(guint32 fourcc) in ipatch_dls2_info_is_defined()
452 ipatch_dls2_info_notify(IpatchItem *item, guint32 fourcc, in ipatch_dls2_info_notify()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/isomp4/
H A Datomsrecovery.c278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
628 guint32 fourcc; in moov_recov_parse_mdia() local
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/isomp4/
H A Datomsrecovery.c278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
628 guint32 fourcc; in moov_recov_parse_mdia() local
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/isomp4/
H A Datomsrecovery.c278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
628 guint32 fourcc; in moov_recov_parse_mdia() local
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/isomp4/
H A Datomsrecovery.c278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
628 guint32 fourcc; in moov_recov_parse_mdia() local
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/isomp4/
H A Datomsrecovery.c278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
628 guint32 fourcc; in moov_recov_parse_mdia() local
[all …]

12345678910>>...122