Home
last modified time | relevance | path

Searched refs:p_binary (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmeta.c170 else if ( p_box->data.p_binary && p_box->data.p_binary->p_blob ) in ExtractString()
259 p_box->data.p_binary == NULL || in ExtractIntlStrings()
260 p_box->data.p_binary->p_blob == NULL ) in ExtractIntlStrings()
270 char const* p_peek = p_box->data.p_binary->p_blob; in ExtractIntlStrings()
271 uint64_t i_read = p_box->data.p_binary->i_blob; in ExtractIntlStrings()
333 if( !p_mean || p_mean->data.p_binary->i_blob < 4 + 16 || in ExtractItunesInfoTriplets()
334 !p_name || p_name->data.p_binary->i_blob < 5 || in ExtractItunesInfoTriplets()
339 p_mean->data.p_binary->i_blob - 4 ) ) in ExtractItunesInfoTriplets()
506 const MP4_Box_t *p_binary = MP4_BoxGet( p_box, "ID32" ); in SetupID3v2Meta() local
507 if( p_binary == NULL || !BOXDATA(p_binary) || BOXDATA(p_binary)->i_blob < 6 + 20 + 1 ) in SetupID3v2Meta()
[all …]
H A Dessetup.c341 p_uuid->data.p_binary && in SetupVideoES()
498 if( p_binary && BOXDATA(p_binary) && BOXDATA(p_binary)->i_blob ) in SetupVideoES()
588 if( p_hvcC && p_hvcC->data.p_binary && p_hvcC->data.p_binary->i_blob ) in SetupVideoES()
878 if( p_vCtH && p_vCtH->data.p_binary && in SetupAudioES()
879 p_vCtd && p_vCtd->data.p_binary && in SetupAudioES()
880 p_vCtC && p_vCtC->data.p_binary ) in SetupAudioES()
885 p_vCtC->data.p_binary->i_blob in SetupAudioES()
891 p_vCtC->data.p_binary->p_blob in SetupAudioES()
906 if( p_fCtS && p_fCtS->data.p_binary ) in SetupAudioES()
917 … memcpy( &p_extra[8], p_fCtS->data.p_binary->p_blob, p_fCtS->data.p_binary->i_blob ); in SetupAudioES()
[all …]
H A Dlibmp4.c3691 FREENULL( p_box->data.p_binary->p_blob ); in MP4_FreeBox_Binary()
3692 p_box->data.p_binary->i_blob = 0; in MP4_FreeBox_Binary()
3701 p_box->data.p_binary->p_blob = malloc( i_read ); in MP4_ReadBox_Binary()
3702 if ( p_box->data.p_binary->p_blob ) in MP4_ReadBox_Binary()
3704 memcpy( p_box->data.p_binary->p_blob, p_peek, i_read ); in MP4_ReadBox_Binary()
3705 p_box->data.p_binary->i_blob = i_read; in MP4_ReadBox_Binary()
H A Dmp4.c2020 … "Quickdraw image", p_pict->data.p_binary->p_blob, p_pict->data.p_binary->i_blob ); in Control()
3382 strndup( p_box_iter->data.p_binary->p_blob, in MP4_TrackSetup()
3383 p_box_iter->data.p_binary->i_blob ); in MP4_TrackSetup()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_import_export.h221 virtual void set_release_binary32(const String &p_binary) { release_binary32 = p_binary; } in set_release_binary32() argument
222 virtual void set_debug_binary32(const String &p_binary) { debug_binary32 = p_binary; } in set_debug_binary32() argument
223 virtual void set_release_binary64(const String &p_binary) { release_binary64 = p_binary; } in set_release_binary64() argument
224 virtual void set_debug_binary64(const String &p_binary) { debug_binary64 = p_binary; } in set_debug_binary64() argument
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_import_export.h221 virtual void set_release_binary32(const String &p_binary) { release_binary32 = p_binary; } in set_release_binary32() argument
222 virtual void set_debug_binary32(const String &p_binary) { debug_binary32 = p_binary; } in set_debug_binary32() argument
223 virtual void set_release_binary64(const String &p_binary) { release_binary64 = p_binary; } in set_release_binary64() argument
224 virtual void set_debug_binary64(const String &p_binary) { debug_binary64 = p_binary; } in set_debug_binary64() argument
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/pbm/
H A Dbitmap_loader_pbm.cpp34 static bool _get_token(FileAccessRef &f, uint8_t &saved, DVector<uint8_t> &r_token, bool p_binary =… in _get_token() argument
62 if (!ofs && !p_binary && b == '#') { in _get_token()
74 } else if (b <= 32 && !(p_binary && (ofs || lf))) { in _get_token()
/dports/devel/godot2/godot-2.1.6-stable/modules/pbm/
H A Dbitmap_loader_pbm.cpp34 static bool _get_token(FileAccessRef &f, uint8_t &saved, DVector<uint8_t> &r_token, bool p_binary =… in _get_token() argument
62 if (!ofs && !p_binary && b == '#') { in _get_token()
74 } else if (b <= 32 && !(p_binary && (ofs || lf))) { in _get_token()
/dports/devel/godot-tools/godot-3.2.3-stable/main/
H A Dmain.h40 static void print_help(const char *p_binary);
H A Dmain.cpp207 void Main::print_help(const char *p_binary) { in print_help() argument
214 …:get_singleton()->print("Usage: %s [options] [path to scene or 'project.godot' file]\n", p_binary); in print_help()
/dports/devel/godot2-tools/godot-2.1.6-stable/main/
H A Dmain.h43 static void print_help(const char *p_binary);
H A Dmain.cpp127 void Main::print_help(const char *p_binary) { in print_help() argument
133 OS::get_singleton()->print("Usage: %s [options] [path to scene or 'engine.cfg' file]\n", p_binary); in print_help()
/dports/devel/godot2/godot-2.1.6-stable/main/
H A Dmain.h43 static void print_help(const char *p_binary);
H A Dmain.cpp127 void Main::print_help(const char *p_binary) { in print_help() argument
133 OS::get_singleton()->print("Usage: %s [options] [path to scene or 'engine.cfg' file]\n", p_binary); in print_help()
/dports/devel/godot/godot-3.2.3-stable/main/
H A Dmain.h40 static void print_help(const char *p_binary);
H A Dmain.cpp207 void Main::print_help(const char *p_binary) { in print_help() argument
214 …:get_singleton()->print("Usage: %s [options] [path to scene or 'project.godot' file]\n", p_binary); in print_help()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/osx/export/
H A Dexport.cpp74 void _fix_plist(Vector<uint8_t> &plist, const String &p_binary);
257 void EditorExportPlatformOSX::_fix_plist(Vector<uint8_t> &plist, const String &p_binary) { in _fix_plist() argument
265 strnew += lines[i].replace("$binary", p_binary) + "\n"; in _fix_plist()
267 strnew += lines[i].replace("$name", p_binary) + "\n"; in _fix_plist()
/dports/devel/godot2/godot-2.1.6-stable/platform/osx/export/
H A Dexport.cpp74 void _fix_plist(Vector<uint8_t> &plist, const String &p_binary);
257 void EditorExportPlatformOSX::_fix_plist(Vector<uint8_t> &plist, const String &p_binary) { in _fix_plist() argument
265 strnew += lines[i].replace("$binary", p_binary) + "\n"; in _fix_plist()
267 strnew += lines[i].replace("$name", p_binary) + "\n"; in _fix_plist()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/osx/export/
H A Dexport.cpp56 …fix_plist(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &plist, const String &p_binary);
323 …ix_plist(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &plist, const String &p_binary) { in _fix_plist() argument
331 strnew += lines[i].replace("$binary", p_binary) + "\n"; in _fix_plist()
333 strnew += lines[i].replace("$name", p_binary) + "\n"; in _fix_plist()
/dports/devel/godot/godot-3.2.3-stable/platform/osx/export/
H A Dexport.cpp56 …fix_plist(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &plist, const String &p_binary);
323 …ix_plist(const Ref<EditorExportPreset> &p_preset, Vector<uint8_t> &plist, const String &p_binary) { in _fix_plist() argument
331 strnew += lines[i].replace("$binary", p_binary) + "\n"; in _fix_plist()
333 strnew += lines[i].replace("$name", p_binary) + "\n"; in _fix_plist()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/toc/
H A Dyaccrules.py140 def p_binary(t): function
/dports/net/afpfs-ng/afpfs-ng-0.8.1/lib/
H A Duams.c516 static const unsigned char p_binary[] = { 0xba, 0x28, 0x73, 0xdf, 0xb0, 0x60, variable
565 gcry_mpi_scan(&p, GCRYMPI_FMT_USG, p_binary, sizeof(p_binary), NULL); in dhx_login()
/dports/security/vault/vault-1.8.2/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go142 p_binary BINARY(3),
394 p_binary BINARY(3),
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go142 p_binary BINARY(3),
394 p_binary BINARY(3),
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/denisenkom/go-mssqldb/
H A Dtvp_go19_db_test.go142 p_binary BINARY(3),
396 p_binary BINARY(3),

12