Home
last modified time | relevance | path

Searched refs:OnCodecFormatChange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.h26 static void OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData);
36 CodecCallback::OnCodecFormatChange,
43 CodecCallback::OnCodecFormatChange,
H A Dcodec_callback.cpp34 void CodecCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange() function in OHOS::MediaAVCodec::Sample::CodecCallback
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dsample_callback.h24 static void OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dsample_callback.cpp30 void SampleCallback::OnCodecFormatChange(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnCodecFormatChange() function in OHOS::CameraStandard::SampleCallback
H A Dvideo_encoder.cpp324 {SampleCallback::OnCodecError, SampleCallback::OnCodecFormatChange, in SetCallback()