/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hdecoder_buffer_unit_test.cpp | 35 .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 D | hencoder_buffer_unit_test.cpp | 80 .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 D | image_format.h | 27 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 D | recorder_unit_test.cpp | 152 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 D | rtp_def.h | 26 H264, member in OHOS::Sharing::RtpPayloadStream 61 RtpPayloadStream ps_ = RtpPayloadStream::H264;
|
H A D | rtp_pack_impl.h | 49 RtpPayloadStream ps_ = RtpPayloadStream::H264;
|
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/ |
H A D | transcoder_unit_test.cpp | 58 * @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 D | plugin_tags.h | 45 H264 = 1, member 169 VIDEO_SPECIFIC_H264_START = MAKE_VIDEO_SPECIFIC_START(VideoFormat::H264),
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | media_info.h | 165 H264 = 2, enumerator
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_pack_impl.cpp | 44 case RtpPayloadStream::H264: in InitEncoder()
|
H A D | rtp_unpack_impl.cpp | 109 case RtpPayloadStream::H264: in CreateRtpDecoder()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | reference_parser.h | 39 H264 = 0, member
|
/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | recorder_napi_utils.cpp | 32 { CodecMimeType::VIDEO_AVC, VideoCodecFormat::H264 },
|
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetvideoencoder_fuzzer/ |
H A D | recordersetvideoencoder_fuzzer.cpp | 58 H264, in RecorderSetVideoEncoderFuzz()
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | cast_engine_common.h | 273 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 D | command_parser.h | 104 CodeType protocol = H264;
|
H A D | start_code_detector.h | 27 H264, enumerator
|
H A D | start_code_detector.cpp | 25 case H264: in Create()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/ |
H A D | screencaptureserverstartcase_fuzzer.cpp | 63 .videoCodec = VideoCodecFormat::H264, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/ |
H A D | screencapturevideocodecfile_fuzzer.cpp | 103 H264, in FuzzScreenCaptureVideoCodecFile()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | h264_rtp_dec_demo.cpp | 124 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 D | screen_capture_unit_test_exclude.cpp | 671 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 D | rtsp_player_demo.cpp | 103 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 D | recorder_utils.cpp | 94 case OHOS::Media::VideoCodecFormat::H264: in TransVideoEncoderFmt()
|
/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/ |
H A D | recorder_mock.h | 100 VideoCodecFormat videoFormat = H264;
|