Home
last modified time | relevance | path

Searched refs:OH_AVDataSourceReadAt (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_o_h___a_v_data_source.md23 | [OH_AVDataSourceReadAt](_codec_base.md#oh_avdatasourcereadat) [readAt](#readat) | 数据源的数据回调。 |
32 OH_AVDataSourceReadAt OH_AVDataSource::readAt
H A D_codec_base.md186 | typedef int32_t(\* [OH_AVDataSourceReadAt](#oh_avdatasourcereadat)) (OH_AVBuffer \*data, int32_t …
596 ### OH_AVDataSourceReadAt subsection
599 typedef int32_t(* OH_AVDataSourceReadAt) (OH_AVBuffer *data, int32_t length, int64_t pos)
H A Dnative__avcodec__base_8h.md39 | typedef int32_t(\* [OH_AVDataSourceReadAt](_codec_base.md#oh_avdatasourcereadat)) (OH_AVBuffer \*…
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_o_h___a_v_data_source.md23 | [OH_AVDataSourceReadAt](_codec_base.md#oh_avdatasourcereadat) [readAt](#readat) | Callback of the…
32 OH_AVDataSourceReadAt OH_AVDataSource::readAt
H A Dnative__avcodec__base_8h.md39 | typedef int32_t(\* [OH_AVDataSourceReadAt](_codec_base.md#oh_avdatasourcereadat)) (OH_AVBuffer \*…
H A D_codec_base.md186 | typedef int32_t(\* [OH_AVDataSourceReadAt](#oh_avdatasourcereadat)) (OH_AVBuffer \*data, int32_t …
619 ### OH_AVDataSourceReadAt subsection
622 typedef int32_t(* OH_AVDataSourceReadAt) (OH_AVBuffer *data, int32_t length, int64_t pos)
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h185 typedef int32_t (*OH_AVDataSourceReadAt)(OH_AVBuffer *data, int32_t length, int64_t offset); typedef
204 OH_AVDataSourceReadAt readAt;