/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/ |
H A D | reference_parser_demo.cpp | 39 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 D | inner_demuxer_parser_sample.cpp | 61 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 D | mesa_formats.cpp | 108 #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 D | security_tests.c | 229 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 D | rtsp_controller.cpp | 973 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 D | rtsp_package.cpp | 443 .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 D | rtsp_controller.cpp | 973 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 D | rtsp_package.cpp | 443 .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 D | napi_castengine_utils.cpp | 394 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 D | cast_engine_common.h | 295 uint32_t gop{ 0 };
|
/foundation/CastEngine/castengine_cast_framework/common/src/ |
H A D | cast_engine_common_helper.cpp | 64 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 D | doc.cpp | 828 const char* GroupOperationString(int gop) in GroupOperationString() argument 831 switch (gop) in GroupOperationString()
|