Home
last modified time | relevance | path

Searched refs:sample (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/multimedia/av_codec/
H A Dnative_avmuxer.h104 * @brief Write an encoded sample to the muxer.
110 * @param trackIndex The track index for this sample
111 * @param sample The encoded or demuxer sample
112 * @param info The buffer information related to this sample {@link OH_AVCodecBufferAttr}
115 * {@link AV_ERR_INVALID_VAL}, the muxer or trackIndex or sample or info invalid.
124 OH_AVMemory *sample, OH_AVCodecBufferAttr info);
127 * @brief Write an encoded sample to the muxer.
133 * @param trackIndex The track index for this sample
134 * @param sample Th
[all...]
H A Dnative_avdemuxer.h111 * @brief The specified selected track is unselected. The unselected track's sample
127 * @brief Get the current encoded sample and sample-related information from the specified
128 * track. The track index must be selected before reading sample. The demuxer will advance
132 * @param trackIndex The index of the track from which read an encoded sample.
133 * @param sample The OH_AVMemory handle pointer to the buffer storing the sample data.
134 * @param info The OH_AVCodecBufferAttr handle pointer to the buffer storing sample information.
137 * {@link AV_ERR_INVALID_VAL} demuxer is invalid, demuxer is not properly initialized, sample is invalid,
140 * {@link AV_ERR_NO_MEMORY} capability of sample i
[all...]
/interface/sdk_c/third_party/vulkan-headers/vulkan/
H A Dvulkan_core.h13251 uint32_t sample; member

Completed in 59 milliseconds