Searched refs:ID3v2ExtraMetaGEOB (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.h54 typedef struct ID3v2ExtraMetaGEOB { struct
60 } ID3v2ExtraMetaGEOB; typedef in typeref:struct:ID3v2ExtraMetaGEOB
H A Did3v2.c127 ID3v2ExtraMetaGEOB *geob = obj;
265 * Parse GEOB tag into a ID3v2ExtraMetaGEOB struct.
269 ID3v2ExtraMetaGEOB *geob_data = NULL;
277 geob_data = av_mallocz(sizeof(ID3v2ExtraMetaGEOB));
279 av_log(s, AV_LOG_ERROR, "Failed to alloc %zu bytes\n", sizeof(ID3v2ExtraMetaGEOB));
H A Domadec.c179 ID3v2ExtraMetaGEOB *geob = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.h61 typedef struct ID3v2ExtraMetaGEOB { struct
67 } ID3v2ExtraMetaGEOB; typedef in typeref:struct:ID3v2ExtraMetaGEOB
H A Did3v2.c178 ID3v2ExtraMetaGEOB *geob = obj;
315 * Parse GEOB tag into a ID3v2ExtraMetaGEOB struct.
320 ID3v2ExtraMetaGEOB *geob_data = NULL;
328 geob_data = av_mallocz(sizeof(ID3v2ExtraMetaGEOB));
331 sizeof(ID3v2ExtraMetaGEOB));
H A Domadec.c197 ID3v2ExtraMetaGEOB *geob = NULL;

Completed in 113 milliseconds