Home
last modified time | relevance | path

Searched refs:save_state (Results 1 – 17 of 17) sorted by relevance

/third_party/libsnd/src/
Dcommand.c285 int k, len, readcount, save_state ; in psf_calc_signal_max() local
298 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_signal_max()
321 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_signal_max()
331 int k, len, readcount, save_state ; in psf_calc_max_all_channels() local
341 save_state = sf_command ((SNDFILE*) psf, SFC_GET_NORM_DOUBLE, NULL, 0) ; in psf_calc_max_all_channels()
367 sf_command ((SNDFILE*) psf, SFC_SET_NORM_DOUBLE, NULL, save_state) ; in psf_calc_max_all_channels()
/third_party/openssl/crypto/asn1/
Dasn_mime.c678 int len, state, save_state = 0; in STACK_OF() local
724 save_state = state; in STACK_OF()
731 state = save_state; in STACK_OF()
755 save_state = state; in STACK_OF()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c249 nvc0->screen->save_state = nvc0->state; in nvc0_destroy()
250 nvc0->screen->save_state.tfb = NULL; in nvc0_destroy()
501 nvc0->state = screen->save_state; in nvc0_create()
Dnvc0_screen.h73 struct nvc0_graph_state save_state; member
Dnvc0_state_validate.c877 ctx_to->state = ctx_to->screen->save_state; in nvc0_switch_pipe_context()
Dnvc0_screen.c1508 screen->save_state.patch_vertices = 3; in nvc0_screen_create()
/third_party/alsa-utils/alsactl/
Dalsactl.h54 int save_state(const char *file, const char *cardname);
Dalsactl.c443 res = save_state(cfgfile, cardname); in main()
Ddaemon.c447 save_state(file, cardname); in state_daemon()
Dstate.c1591 int save_state(const char *file, const char *cardname) in save_state() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.h64 struct nv50_graph_state save_state; member
Dnv50_context.c190 nv50->screen->save_state = nv50->state; in nv50_destroy()
358 nv50->state = screen->save_state; in nv50_create()
Dnv50_state_validate.c456 ctx_to->state = ctx_to->screen->save_state; in nv50_switch_pipe_context()
/third_party/pulseaudio/src/utils/
Dqpaeq491 self.sync_timer.timeout.connect(self.save_state)
520 def save_state(self): member in FilterState
529 self.save_state()
/third_party/ffmpeg/libavcodec/
Dsnowdec.c117 …ice_buffered(SnowContext *s, SubBand *b, slice_buffer * sb, int start_y, int h, int save_state[1]){ in decode_subband_slice_buffered()
132 new_index = save_state[0]; in decode_subband_slice_buffered()
153 save_state[0] = new_index; in decode_subband_slice_buffered()
/third_party/pulseaudio/src/modules/
Dmodule-equalizer-sink.c942 static void save_state(struct userdata *u) { in save_state() function
1349 save_state(u); in pa__done()
2169 save_state(u); in equalizer_handle_save_state()
/third_party/ninja/src/
Dbuild_test.cc1440 State save_state; in TEST_F() local
1441 RebuildTarget("final.stamp", manifest, NULL, NULL, &save_state); in TEST_F()
1442 EXPECT_GE(save_state.LookupPool("some_pool")->current_use(), 0); in TEST_F()