Home
last modified time | relevance | path

Searched refs:H264 (Results 1 - 25 of 45) sorted by relevance

12

/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhdecoder_buffer_unit_test.cpp35 .protocol = H264, in HWTEST()
55 .protocol = H264, in HWTEST()
74 .protocol = H264, in HWTEST()
93 .protocol = H264, in HWTEST()
112 .protocol = H264, in HWTEST()
131 .protocol = H264, in HWTEST()
H A Dhencoder_buffer_unit_test.cpp80 .protocol = H264, in HWTEST_F()
100 .protocol = H264, in HWTEST_F()
120 .protocol = H264, in HWTEST_F()
181 .protocol = H264, in HWTEST_F()
200 .protocol = H264, in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_format.h27 H264 = 6, member in OHOS::Media::ImageFormat
41 H264 = 7, member in OHOS::Media::ImageFormat::ComponentType
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_unit_test.cpp152 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
170 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
205 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
253 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
270 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
291 g_videoRecorderConfig.videoFormat = H264; in HWTEST_F()
312 videoRecorderConfig.videoFormat = H264; in HWTEST_F()
340 videoRecorderConfig.videoFormat = H264; in HWTEST_F()
362 videoRecorderConfig.videoFormat = H264; in HWTEST_F()
391 videoRecorderConfig.videoFormat = H264; in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_def.h26 H264, member in OHOS::Sharing::RtpPayloadStream
61 RtpPayloadStream ps_ = RtpPayloadStream::H264;
H A Drtp_pack_impl.h49 RtpPayloadStream ps_ = RtpPayloadStream::H264;
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_unit_test.cpp58 * @tc.desc: transcoder pure video AVC_Baseline@L1.2_81.0Kbps_320x240.mp4 with codec format H264
77 VideoCodecFormat encoder = H264; in HWTEST_F()
109 VideoCodecFormat encoder = H264; in HWTEST_F()
143 VideoCodecFormat encoder = H264; in HWTEST_F()
178 VideoCodecFormat encoder = H264; in HWTEST_F()
261 * @tc.desc: transcoder audio and video ChineseColor_H264_AAC_480p_15fps.mp4 with codec format H264
282 VideoCodecFormat encoder = H264; in HWTEST_F()
326 VideoCodecFormat encoder = H264; in HWTEST_F()
372 VideoCodecFormat encoder = H264; in HWTEST_F()
419 VideoCodecFormat encoder = H264; in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_tags.h45 H264 = 1, member
169 VIDEO_SPECIFIC_H264_START = MAKE_VIDEO_SPECIFIC_START(VideoFormat::H264),
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dmedia_info.h165 H264 = 2, enumerator
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_pack_impl.cpp44 case RtpPayloadStream::H264: in InitEncoder()
H A Drtp_unpack_impl.cpp109 case RtpPayloadStream::H264: in CreateRtpDecoder()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser.h39 H264 = 0, member
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_napi_utils.cpp32 { CodecMimeType::VIDEO_AVC, VideoCodecFormat::H264 },
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/
H A Drecordersetvideoencoder_fuzzer.cpp58 H264, in RecorderSetVideoEncoderFuzz()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h273 H264 = 1, member in OHOS::CastEngine::SubDeviceType::EventCode::VideoCodecType
279 return (type == static_cast<int32_t>(VideoCodecType::H264)) || type == static_cast<int32_t>(VideoCodecType::H265); in IsVideoCodecType()
294 VideoCodecType codecType{ VideoCodecType::H264 };
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dcommand_parser.h104 CodeType protocol = H264;
H A Dstart_code_detector.h27 H264, enumerator
H A Dstart_code_detector.cpp25 case H264: in Create()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
H A Dscreencaptureserverstartcase_fuzzer.cpp63 .videoCodec = VideoCodecFormat::H264, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_fuzzer.cpp103 H264, in FuzzScreenCaptureVideoCodecFile()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Dh264_rtp_dec_demo.cpp124 auto h264unPack = RtpFactory::CreateRtpUnpack(RtpPlaylodParam{96, 90000, RtpPayloadStream::H264}); in main()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp671 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
725 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
773 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1554 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1615 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1675 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1740 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1791 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1852 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
1911 EXPECT_EQ(MSERR_OK, recorder->SetVideoEncoder(videoSourceId, VideoCodecFormat::H264)); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp103 printf("Save H264 (%s)\n", file.c_str()); in RecvSaveH264()
106 auto h264unPack = RtpFactory::CreateRtpUnpack(RtpPlaylodParam{96, 90000, RtpPayloadStream::H264}); in RecvSaveH264()
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp94 case OHOS::Media::VideoCodecFormat::H264: in TransVideoEncoderFmt()
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h100 VideoCodecFormat videoFormat = H264;

Completed in 13 milliseconds

12