Home
last modified time | relevance | path

Searched defs:avFormat (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp508 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnSeekDoneCb() local
521 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnSpeedDoneCb() local
534 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnBitRateDoneCb() local
588 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnPositionUpdateCb() local
603 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnVolumeChangeCb() local
626 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnStartRenderFrameCb() local
642 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnVideoSizeChangedCb() local
674 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnBufferingUpdateCb() local
700 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnBitRateCollectedCb() local
720 OHOS::sptr<OH_AVFormat> avFormat = new (std::nothrow) OH_AVFormat(); in OnAudioInterruptCb() local
[all …]
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp133 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AVSource_GetSourceFormat() local
153 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AVSource_GetTrackFormat() local
/ohos5.0/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avbuffer.cpp100 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AVBuffer_GetParameter() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.cpp186 OH_AVFormat *avFormat = formatMock->GetFormat(); in Configure() local
H A Dvideoenc_capi_mock.cpp218 OH_AVFormat *avFormat = formatMock->GetFormat(); in Configure() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp613 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_VideoEncoder_GetOutputDescription() local
852 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_VideoEncoder_GetInputDescription() local
H A Dnative_audio_decoder.cpp410 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AudioDecoder_GetOutputDescription() local
H A Dnative_audio_encoder.cpp408 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AudioEncoder_GetOutputDescription() local
H A Dnative_audio_codec.cpp390 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AudioCodec_GetOutputDescription() local
H A Dnative_video_decoder.cpp594 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_VideoDecoder_GetOutputDescription() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp545 OH_AVFormat *avFormat = OH_AVFormat_Create(); in OH_AVCapability_GetFeatureProperties() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert_utils.cpp71 auto avFormat = findPixelFormat(format); in CalcRGBStride() local