Home
last modified time | relevance | path

Searched refs:b_absolute (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/src/
H A Dincludes_normalize-win32.cc63 char b_absolute[_MAX_PATH]; in SameDrive() local
65 GetFullPathName(b.AsString().c_str(), sizeof(b_absolute), b_absolute, NULL); in SameDrive()
69 _splitpath(b_absolute, b_drive, NULL, NULL, NULL); in SameDrive()
/dports/devel/ninja/ninja-1.10.2/src/
H A Dincludes_normalize-win32.cc80 char b_absolute[_MAX_PATH]; in SameDrive() local
84 if (!InternalGetFullPathName(b, b_absolute, sizeof(b_absolute), err)) { in SameDrive()
90 _splitpath(b_absolute, b_drive, NULL, NULL, NULL); in SameDrive()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/playlist/
H A DUrl.cpp81 if(!components.empty() && url.components.front().b_absolute) in append()
144 : component(str), templ(templ_), b_scheme(false), b_dir(false), b_absolute(false) in Component()
150 b_absolute = (component[0] =='/'); in Component()
H A DUrl.hpp50 bool b_absolute; member in adaptive::playlist::Url::Component
/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/
H A Dstack.c59 dbg_adjust_frame(int i_amount, int b_absolute) in dbg_adjust_frame() argument
64 if (b_absolute) { in dbg_adjust_frame()
H A Dstack.h38 extern debug_return_t dbg_adjust_frame(int i_amount, int b_absolute);
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es_out.h174 static inline int es_out_ControlModifyPcrSystem( es_out_t *out, bool b_absolute, mtime_t i_system ) in es_out_ControlModifyPcrSystem() argument
176 return es_out_Control( out, ES_OUT_MODIFY_PCR_SYSTEM, b_absolute, i_system ); in es_out_ControlModifyPcrSystem()
H A Dvlc_input.h599 bool b_absolute ) in input_UpdateViewpoint() argument
602 b_absolute ); in input_UpdateViewpoint()
641 static inline int input_ModifyPcrSystem( input_thread_t *p_input, bool b_absolute, mtime_t i_system… in input_ModifyPcrSystem() argument
643 return input_Control( p_input, INPUT_MODIFY_PCR_SYSTEM, b_absolute, i_system ); in input_ModifyPcrSystem()
H A Dvlc_subpicture.h184 bool b_absolute; /**< position is absolute */ member
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Dlogo.c165 bool b_absolute; member
280 p_sys->b_absolute = (p_sys->i_pos < 0); in OpenCommon()
367 p_spu->b_absolute = p_sys->b_absolute; in FilterSub()
410 p_spu->b_absolute = true; in FilterSub()
415 p_spu->b_absolute = false; in FilterSub()
H A Daudiobargraph_v.c137 bool b_absolute; member
384 p_spu->b_absolute = p_sys->b_absolute; in FilterSub()
414 p_spu->b_absolute = true; in FilterSub()
417 p_spu->b_absolute = false; in FilterSub()
H A Dmarq.c327 p_spu->b_absolute = true; in Filter()
332 p_spu->b_absolute = false; in Filter()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvideo_text.c64 subpic->b_absolute = false; in OSDTextUpdate()
136 subpic->b_absolute = false; in vout_OSDText()
H A Dvout_subpictures.c458 if (subpic->b_absolute) { in SpuRegionPlace()
503 r = IntegerCmp(!subpic0->b_absolute, !subpic1->b_absolute); in SubpictureCmp()
731 if (subpic->b_subtitle && !subpic->b_absolute) in SpuRenderRegion()
1127 if (!subpic->b_absolute && area.width > 0 && area.height > 0) { in SpuRenderSubpictures()
1136 subpic->b_absolute = true; in SpuRenderSubpictures()
/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dclock.h95 void input_clock_ChangeSystemOrigin( input_clock_t *, bool b_absolute, mtime_t i_system );
H A Dclock.c500 void input_clock_ChangeSystemOrigin( input_clock_t *cl, bool b_absolute, mtime_t i_system ) in input_clock_ChangeSystemOrigin() argument
506 if( b_absolute ) in input_clock_ChangeSystemOrigin()
H A Dcontrol.c572 bool b_absolute = va_arg( args, int ); in input_vaControl() local
574 return es_out_ControlModifyPcrSystem( priv->p_es_out_display, b_absolute, i_system ); in input_vaControl()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dsubpicture.c51 p_subpic->b_absolute = true; in subpicture_New()
284 assert(src && !src->b_fade && src->b_absolute); in picture_BlendSubpicture()
/dports/net/multicat/multicat-2.3/
H A Dutil.h103 off_t LookupAuxFile( const char *psz_arg, int64_t i_wanted, bool b_absolute );
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dvideo.c299 bool b_absolute ) in libvlc_video_update_viewpoint() argument
312 b_absolute ) != VLC_SUCCESS ) in libvlc_video_update_viewpoint()
322 if( !b_absolute ) in libvlc_video_update_viewpoint()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dscte18.c196 p_spu->b_absolute = false; in Decode()
H A Dtextst.c250 p_sub->b_absolute = false; in Decode()
H A Dkate.c1090 p_spu->b_absolute = false; in DecodePacket()
1101 p_spu->b_absolute = true; in DecodePacket()
1225 p_spu->b_absolute = true; in SetupSimpleKateSPU()
/dports/multimedia/libvlcpp/libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278/vlcpp/
H A DMediaPlayer.hpp1832 bool updateViewpoint( const VideoViewpoint& viewpoint, bool b_absolute ) in updateViewpoint() argument
1835 static_cast<const libvlc_video_viewpoint_t*>( &viewpoint ), b_absolute ) == 0; in updateViewpoint()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/arib/
H A Daribsub.c269 p_spu->b_absolute = true; in render()

123