Home
last modified time | relevance | path

Searched defs:eos (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/pipeline/filters/muxer/
H A Dmuxer_filter.h61 bool eos; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp181 bool eos = (omxBuffer->flag & OMX_BUFFERFLAG_EOS); in DumpSurfaceBuffer() local
225 bool eos = (omxBuffer->flag & OMX_BUFFERFLAG_EOS); in DumpLinearBuffer() local
H A Dimage_codec.cpp582 bool eos = (info->omxBuffer->flag & OMX_BUFFERFLAG_EOS); in OnQueueInputBuffer() local
658 bool eos = (info.omxBuffer->flag & OMX_BUFFERFLAG_EOS); in OnOMXFillBufferDone() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/
H A Daudio_buffer_info.cpp104 void AudioBufferInfo::SetEos(bool eos) in SetEos()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Daudio_ffmpeg_encoder_plugin.cpp414 bool eos = false; in SendBufferLocked() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp74 bool eos = isInput ? inputPortEos_ : outputPortEos_; in PrintAllBufferInfo() local
H A Dhcodec.cpp921 bool eos = (info->omxBuffer->flag & OMX_BUFFERFLAG_EOS); in OnQueueInputBuffer() local
1016 bool eos = (info.omxBuffer->flag & OMX_BUFFERFLAG_EOS); in OnOMXFillBufferDone() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp489 bool eos = false; in SendInputBufferLoop() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1098 const char* eos = reinterpret_cast<const char*>(memchr(cstr, 0, avail)); in ReadCString() local