OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_indices
(Results
1 - 6
of
6
) sorted by null
/external/flac/libFLAC/
metadata_object.c
149
FLAC__ASSERT(from->
num_indices
== 0);
153
FLAC__ASSERT(from->
num_indices
> 0);
154
if(0 == (x = (FLAC__StreamMetadata_CueSheet_Index*)safe_malloc_mul_2op_(from->
num_indices
, /*times*/sizeof(FLAC__StreamMetadata_CueSheet_Index))))
156
memcpy(x, from->indices, from->
num_indices
* sizeof(FLAC__StreamMetadata_CueSheet_Index));
336
object->length += object->data.cue_sheet.tracks[i].
num_indices
* (
344
static FLAC__StreamMetadata_CueSheet_Index *cuesheet_track_index_array_new_(unsigned
num_indices
)
346
FLAC__ASSERT(
num_indices
> 0);
348
return (FLAC__StreamMetadata_CueSheet_Index*)safe_calloc_(
num_indices
, sizeof(FLAC__StreamMetadata_CueSheet_Index));
366
FLAC__ASSERT(object_array[i].
num_indices
> 0);
406
FLAC__ASSERT((0 != src->indices && src->
num_indices
> 0) || (0 == src->indices && src->num_indices == 0))
[
all
...]
format.c
465
if(cue_sheet->tracks[i].
num_indices
== 0) {
476
for(j = 0; j < cue_sheet->tracks[i].
num_indices
; j++) {
stream_encoder_framing.c
166
if(!FLAC__bitwriter_write_raw_uint32(bw, track->
num_indices
, FLAC__STREAM_METADATA_CUESHEET_TRACK_NUM_INDICES_LEN))
168
for(j = 0; j < track->
num_indices
; j++) {
metadata_iterators.c
[
all
...]
stream_decoder.c
[
all
...]
/external/flac/include/FLAC/
format.h
679
FLAC__byte
num_indices
;
member in struct:__anon5836
683
/**< NULL if
num_indices
== 0, else pointer to array of index points. */
[
all
...]
Completed in 61 milliseconds