Home
last modified time | relevance | path

Searched refs:gop (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp39 void from_json(const nlohmann::json &j, JsonGopInfo &gop) in from_json() argument
41 j.at("gopId").get_to(gop.gopId); in from_json()
42 j.at("gopSize").get_to(gop.gopSize); in from_json()
43 j.at("startFrameId").get_to(gop.startFrameId); in from_json()
121 for (auto gop : gopVec_) { in LoadJson()
122 cout << "GopID " << gop.gopId << ", GopSize " << gop.gopSize << ", startFrameId " << gop.startFrameId << endl; in LoadJson()
123 int32_t frameId = gop.startFrameId; in LoadJson()
124 for (auto i = 0; i < gop in LoadJson()
[all...]
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_parser_sample.cpp61 void from_json(const nlohmann::json &j, JsonGopInfo &gop) in from_json() argument
63 j.at("gopId").get_to(gop.gopId); in from_json()
64 j.at("gopSize").get_to(gop.gopSize); in from_json()
65 j.at("startFrameId").get_to(gop.startFrameId); in from_json()
138 for (auto gop : gopVec_) { in InitParameter()
139 int32_t frameId = gop.startFrameId; in InitParameter()
142 for (int32_t i = 0; i < gop.gopSize; i++) { in InitParameter()
155 gop.layerCount = layerMax + 1; in InitParameter()
156 gop.layerFrameNum = layerNumFrame; in InitParameter()
157 frameGopMap_.emplace(gop in InitParameter()
[all...]
/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F()
111 EXPECT_TRUE(g gop 0); \ in TEST_F()
/third_party/libdrm/tests/amdgpu/
H A Dsecurity_tests.c229 struct drm_amdgpu_gem_op gop = { in amdgpu_bo_move() local
239 res = drmIoctl(ctx->dev->fd, DRM_IOCTL_AMDGPU_GEM_OP, &gop); in amdgpu_bo_move()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.cpp973 CLOGD("before: videoWidth %{public}d videoHeight %{public}d fps %{public}d codecType %{public}d gop %{public}d", in ProcessVideoInfo()
976 negotiatedParamInfo_.GetVideoProperty().gop); in ProcessVideoInfo()
997 std::string strGop = RtspParse::GetTargetStr(content, "gop", COMMON_SEPARATOR); in ProcessVideoInfo()
999 int gop = RtspParse::ParseIntSafe(strGop); in ProcessVideoInfo() local
1000 if ((gop == VIDEO_GOP_IPPP) || ((gop >= VIDEO_GOP_MIN) && (gop <= VIDEO_GOP_MAX))) { in ProcessVideoInfo()
1001 videoProperty.gop = static_cast<uint32_t>(gop); in ProcessVideoInfo()
1018 CLOGD("after: videoWidth %{public}d videoHeight %{public}d fps %{public}d codecType %{public}d gop in ProcessVideoInfo()
[all...]
H A Drtsp_package.cpp443 .append("gop ") in SetVideoAndAudioCodecsParameter()
444 .append(std::to_string(negParam.GetVideoProperty().gop)) in SetVideoAndAudioCodecsParameter()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.cpp973 CLOGD("before: videoWidth %{public}d videoHeight %{public}d fps %{public}d codecType %{public}d gop %{public}d", in ProcessVideoInfo()
976 negotiatedParamInfo_.GetVideoProperty().gop); in ProcessVideoInfo()
997 std::string strGop = RtspParse::GetTargetStr(content, "gop", COMMON_SEPARATOR); in ProcessVideoInfo()
999 int gop = RtspParse::ParseIntSafe(strGop); in ProcessVideoInfo() local
1000 if ((gop == VIDEO_GOP_IPPP) || ((gop >= VIDEO_GOP_MIN) && (gop <= VIDEO_GOP_MAX))) { in ProcessVideoInfo()
1001 videoProperty.gop = static_cast<uint32_t>(gop); in ProcessVideoInfo()
1018 CLOGD("after: videoWidth %{public}d videoHeight %{public}d fps %{public}d codecType %{public}d gop in ProcessVideoInfo()
[all...]
H A Drtsp_package.cpp443 .append("gop ") in SetVideoAndAudioCodecsParameter()
444 .append(std::to_string(negParam.GetVideoProperty().gop)) in SetVideoAndAudioCodecsParameter()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_utils.cpp394 uint32_t gop = JsObjectToUint32(env, object, "gop"); in GetVideoPropertyFromJS() local
410 videoProperty.gop = gop; in GetVideoPropertyFromJS()
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h295 uint32_t gop{ 0 };
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp64 parcel.WriteInt32(static_cast<int32_t>(property.gop)) && in WriteVideoProperty()
83 property.gop = static_cast<uint32_t>(parcel.ReadInt32()); in ReadVideoProperty()
/third_party/glslang/SPIRV/
H A Ddoc.cpp828 const char* GroupOperationString(int gop) in GroupOperationString() argument
831 switch (gop) in GroupOperationString()

Completed in 16 milliseconds