Home
last modified time | relevance | path

Searched refs:private_state (Results 1 – 8 of 8) sorted by relevance

/external/libvorbis/lib/
Dcodec_internal.h61 typedef struct private_state { struct
85 } private_state; argument
Dbitrate.c66 private_state *b=vd->backend_state; in vorbis_bitrate_managed()
77 private_state *b=vd->backend_state; in vorbis_bitrate_addblock()
231 private_state *b=vd->backend_state; in vorbis_bitrate_flushpacket()
Dsynthesis.c28 private_state *b= vd ? vd->backend_state : 0; in vorbis_synthesis()
96 private_state *b=vd->backend_state; in vorbis_synthesis_trackonly()
Dblock.c184 private_state *b=NULL; in _vds_shared_init()
295 private_state *b=NULL; in vorbis_analysis_init()
319 private_state *b=v->backend_state; in vorbis_dsp_clear()
391 private_state *b=v->backend_state; in vorbis_analysis_buffer()
527 private_state *b=v->backend_state; in vorbis_analysis_blockout()
702 ((private_state *)(v->backend_state))->sample_count=-1; in vorbis_synthesis_restart()
723 private_state *b=v->backend_state; in vorbis_synthesis_blockin()
1012 private_state *b=v->backend_state; in vorbis_window()
Denvelope.c220 envelope_lookup *ve=((private_state *)(v->backend_state))->ve; in _ve_envelope_search()
331 envelope_lookup *ve=((private_state *)(v->backend_state))->ve; in _ve_envelope_mark()
Dmapping0.c242 private_state *b=vb->vd->backend_state; in mapping0_forward()
710 private_state *b=vd->backend_state; in mapping0_inverse()
Dinfo.c575 private_state *b=v->backend_state; in vorbis_analysis_headerout()
/external/lldb/source/Target/
DProcess.cpp3457 StateType private_state = m_private_state.GetValue(); in HaltForDestroyOrDetach() local
3458 if (private_state != eStateStopped) in HaltForDestroyOrDetach()