Searched refs:FormatHandle (Results 1 – 4 of 4) sorted by relevance
/drivers/peripheral/format/interfaces/include/ |
D | format_interface.h | 87 int32_t FormatDemuxerCreate(const FormatSource *source, FormatHandle * const handle); 106 int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t trackId, 126 int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t trackId, ParameterItem *metaDa… 139 int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const FormatCallback *callBack); 154 int32_t FormatDemuxerSetBufferConfig(const FormatHandle handle, const FormatBufferSetting *setting); 168 int32_t FormatDemuxerGetBufferConfig(const FormatHandle handle, FormatBufferSetting *setting); 181 int32_t FormatDemuxerPrepare(const FormatHandle handle); 195 int32_t FormatDemuxerGetFileInfo(const FormatHandle handle, FileInfo *info); 213 int32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t programId, int32_t trackId); 232 int32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t programId, int32_t trackId); [all …]
|
D | format_type.h | 68 typedef void* FormatHandle; typedef
|
/drivers/peripheral/format/ |
D | README_zh.md | 85 …34111284"></a>int32_t FormatDemuxerCreate(const FormatSource *source, FormatHandle * const handle)… 90 …a><a name="p426517411284"></a>int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t… 95 …a name="p182651741162812"></a>int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t… 100 …a><a name="p1626534118284"></a>int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const F… 105 …a name="p526624122817"></a>int32_t FormatDemuxerSetBufferConfig(const FormatHandle handle, const F… 110 …name="p15266144111283"></a>int32_t FormatDemuxerGetBufferConfig(const FormatHandle handle, FormatB… 115 …2814"></a><a name="p1526664162814"></a>int32_t FormatDemuxerPrepare(const FormatHandle handle);</p> 120 …a><a name="p5266104113281"></a>int32_t FormatDemuxerGetFileInfo(const FormatHandle handle, FileInf… 125 …a><a name="p1826619419281"></a>int32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t… 130 …a name="p17267341102812"></a>int32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t… [all …]
|
D | README.md | 85 …34111284"></a>int32_t FormatDemuxerCreate(const FormatSource *source, FormatHandle * const handle)… 90 …a><a name="p426517411284"></a>int32_t FormatDemuxerSetParameter(const FormatHandle handle, int32_t… 95 …a name="p182651741162812"></a>int32_t FormatDemuxerGetParameter(const FormatHandle handle, int32_t… 100 …a><a name="p1626534118284"></a>int32_t FormatDemuxerSetCallBack(const FormatHandle handle, const F… 105 …a name="p526624122817"></a>int32_t FormatDemuxerSetBufferConfig(const FormatHandle handle, const F… 110 …name="p15266144111283"></a>int32_t FormatDemuxerGetBufferConfig(const FormatHandle handle, FormatB… 115 …2814"></a><a name="p1526664162814"></a>int32_t FormatDemuxerPrepare(const FormatHandle handle);</p> 120 …a><a name="p5266104113281"></a>int32_t FormatDemuxerGetFileInfo(const FormatHandle handle, FileInf… 125 …a><a name="p1826619419281"></a>int32_t FormatDemuxerSelectTrack(const FormatHandle handle, int32_t… 130 …a name="p17267341102812"></a>int32_t FormatDemuxerUnselectTrack(const FormatHandle handle, int32_t… [all …]
|