Home
last modified time | relevance | path

Searched refs:MEDIA_MIME_VIDEO_RAW (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dconstants.cpp42 const char* const MEDIA_MIME_VIDEO_RAW = "video/raw"; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dconstants.h51 extern const char* const MEDIA_MIME_VIDEO_RAW;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp139 outcapBuilder.SetMime(MEDIA_MIME_VIDEO_RAW); in AddHdiCap()
142 incapBuilder.SetMime(MEDIA_MIME_VIDEO_RAW); in AddHdiCap()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp39 Capability outCap(Media::MEDIA_MIME_VIDEO_RAW); in CreateDscreenInputPluginDef()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/
H A Ddscreen_output_plugin.cpp39 Capability inCap(Media::MEDIA_MIME_VIDEO_RAW); in CreateDscreenOutputPluginDef()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp46 Capability outCaps(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in VideoFileCaptureRegister()
H A Dvideo_capture_plugin.cpp43 Capability outCaps(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in VideoCaptureRegister()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp408 mime = MEDIA_MIME_VIDEO_RAW; in SetVideoCodecType()
414 mime = MEDIA_MIME_VIDEO_RAW; in SetVideoCodecType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp397 std::string mime = MEDIA_MIME_VIDEO_RAW; in SetVideoCodecType()
407 std::string mime = MEDIA_MIME_VIDEO_RAW; in SetVideoCodecType()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp44 Capability cap(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in SurfaceSinkRegister()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp44 Capability cap(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in SdlVideoRegister()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_output_filter_test/
H A Dav_transport_output_filter_test.cpp194 value = MEDIA_MIME_VIDEO_RAW;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp85 capBuilder.SetMime(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in UpdateInCaps()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_input_filter_test/
H A Dav_transport_input_filter_test.cpp282 value = MEDIA_MIME_VIDEO_RAW;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp100 outcapBuilder.SetMime(OHOS::Media::MEDIA_MIME_VIDEO_RAW); in UpdateOutCaps()