OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_working_packet
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
ogg_decoder_aspect.h
54
FLAC__bool
have_working_packet
; /* only if true will the following vars be valid */
member in struct:FLAC__OggDecoderAspect
/external/flac/libFLAC/
ogg_decoder_aspect.c
137
if (aspect->
have_working_packet
) {
145
aspect->
have_working_packet
= false;
160
aspect->
have_working_packet
= true;
205
aspect->
have_working_packet
= false;
Completed in 1020 milliseconds