Home
last modified time | relevance | path

Searched defs:codec (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/DocsSample/Media/ScreenCapture/ScreenCaptureSample/entry/src/main/cpp/
Dsample_callback.cpp24 void SampleCallback::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) { in OnError()
33 void SampleCallback::OnStreamChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) { in OnStreamChanged()
41 void SampleCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNeedInputBuffer()
58 void SampleCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNewOutputBuffer()
/applications/standard/app_samples/code/DocsSample/Media/AVRecorder/AVRecorderNDK/entry/src/main/cpp/
Dvideo_encoder_sample.cpp24 void SampleCallback::OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) { in OnError()
33 void SampleCallback::OnStreamChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) { in OnStreamChanged()
41 void SampleCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNeedInputBuffer()
59 void SampleCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNewOutputBuffer()
/applications/standard/app_samples/code/BasicFeature/Media/AudioToVideoSync/entry/src/main/cpp/common/
DSampleCallback.cpp87 void SampleCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError()
95 void SampleCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange()
100 void SampleCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNeedInputBuffer()
112 void SampleCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNewOutputBuffer()
/applications/standard/app_samples/code/BasicFeature/Media/AVCodec/entry/src/main/cpp/common/
Dsample_callback.cpp87 void SampleCallback::OnCodecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnCodecError()
95 void SampleCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange()
100 void SampleCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNeedInputBuffer()
121 void SampleCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void… in OnNewOutputBuffer()