Searched refs:bos_end (Results 1 – 5 of 5) sorted by relevance
96 if (*ogg_info->bos_end == NULL) in format_ogg_attach_header()98 refbuf->next = *ogg_info->bos_end; in format_ogg_attach_header()99 *ogg_info->bos_end = refbuf; in format_ogg_attach_header()100 ogg_info->bos_end = &refbuf->next; in format_ogg_attach_header()128 ogg_info->bos_end = &ogg_info->header_pages; in format_ogg_free_headers()183 state->bos_end = &state->header_pages; in format_ogg_get_plugin()
39 refbuf_t **bos_end; member
106 if (*ogg_info->bos_end == NULL) in format_ogg_attach_header()108 refbuf->associated = *ogg_info->bos_end; in format_ogg_attach_header()109 *ogg_info->bos_end = refbuf; in format_ogg_attach_header()110 ogg_info->bos_end = (refbuf_t**)&refbuf->associated; in format_ogg_attach_header()130 ogg_info->bos_end = &ogg_info->header_pages; in format_ogg_free_headers()203 state->bos_end = &state->header_pages; in ogg_apply_client()
42 refbuf_t **bos_end; member
534 void setBaseOpacitySamples(size_t bos_start,size_t bos_end,double* bos) in setBaseOpacitySamples() argument536 fprintf(mFile,"\tsetAttr \".bos[%i:%i]\" ", bos_start,bos_end); in setBaseOpacitySamples()537 size_t size = (bos_end-bos_start)*1+1; in setBaseOpacitySamples()545 void startBaseOpacitySamples(size_t bos_start,size_t bos_end)const in startBaseOpacitySamples() argument547 fprintf(mFile,"\tsetAttr \".bos[%i:%i]\"",bos_start,bos_end); in startBaseOpacitySamples()