Home
last modified time | relevance | path

Searched refs:sourceObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avsource/
H A Dnative_avsource.cpp125 struct AVSourceObject *sourceObj = reinterpret_cast<AVSourceObject *>(source); in OH_AVSource_GetSourceFormat() local
126 CHECK_AND_RETURN_RET_LOG(sourceObj != nullptr, nullptr, "Get sourceObject failed"); in OH_AVSource_GetSourceFormat()
127 CHECK_AND_RETURN_RET_LOG(sourceObj->source_ != nullptr, nullptr, "Get sourceObject failed"); in OH_AVSource_GetSourceFormat()
130 int32_t ret = sourceObj->source_->GetSourceFormat(format); in OH_AVSource_GetSourceFormat()
145 struct AVSourceObject *sourceObj = reinterpret_cast<AVSourceObject *>(source); in OH_AVSource_GetTrackFormat() local
146 CHECK_AND_RETURN_RET_LOG(sourceObj != nullptr, nullptr, "Get sourceObject failed"); in OH_AVSource_GetTrackFormat()
147 CHECK_AND_RETURN_RET_LOG(sourceObj->source_ != nullptr, nullptr, "Get sourceObject failed"); in OH_AVSource_GetTrackFormat()
150 int32_t ret = sourceObj->source_->GetTrackFormat(format, trackIndex); in OH_AVSource_GetTrackFormat()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp124 struct AVSourceObject *sourceObj = reinterpret_cast<AVSourceObject *>(source); in OH_AVDemuxer_CreateWithSource() local
125 CHECK_AND_RETURN_RET_LOG(sourceObj != nullptr, nullptr, "Create sourceObject is nullptr"); in OH_AVDemuxer_CreateWithSource()
127 std::shared_ptr<AVDemuxer> demuxer = AVDemuxerFactory::CreateWithSource(sourceObj->source_); in OH_AVDemuxer_CreateWithSource()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp228 DhcpResult sourceObj; in SaveDhcpResultTest() local
229 pStaStateMachine->pDhcpResultNotify->SaveDhcpResult(&destObj, &sourceObj); in SaveDhcpResultTest()
238 DhcpResult sourceObj; in SaveDhcpResultExtTest() local
239 pStaStateMachine->pDhcpResultNotify->SaveDhcpResultExt(&destObj, &sourceObj); in SaveDhcpResultExtTest()