Home
last modified time | relevance | path

Searched refs:fdStr (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c258 void WriteTrackSample(OH_AVMuxer *muxer, int audioTrackIndex, int videoTrackIndex, FdListStr *fdStr) in WriteTrackSample() argument
260 if (fdStr == NULL || fdStr->inAudioFd < 0 || fdStr->inVideoFd < 0) { in WriteTrackSample()
271 bool audioRet = UpdateWriteBufferInfo(fdStr->inAudioFd, &audioBuffer, &audioInfo); in WriteTrackSample()
272 bool videoRet = UpdateWriteBufferInfo(fdStr->inVideoFd, &videoBuffer, &videoInfo); in WriteTrackSample()
279 audioRet = UpdateWriteBufferInfo(fdStr->inAudioFd, &audioBuffer, &audioInfo); in WriteTrackSample()
282 videoRet = UpdateWriteBufferInfo(fdStr->inVideoFd, &videoBuffer, &videoInfo); in WriteTrackSample()
509 int OpenAllInputFile(FdListStr *fdStr) in OpenAllInputFile() argument
511 if (!fdStr) { in OpenAllInputFile()
548 DoRunMuxer(FdListStr *fdStr, OH_AVMuxer *muxer) DoRunMuxer() argument
604 CloseAllFd(FdListStr *fdStr) CloseAllFd() argument
620 FdListStr fdStr; RunNativeMuxer() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/native/remote_uri/
H A Dremote_uri.cpp52 static bool IsAllDigits(string fdStr) in IsAllDigits() argument
54 for (size_t i = 0; i < fdStr.size(); i++) { in IsAllDigits()
55 if (!isdigit(fdStr[i])) { in IsAllDigits()
95 string fdStr = path.substr(posFd + 1); in IsRemoteUri() local
96 if (IsAllDigits(fdStr)) { in IsRemoteUri()
97 fd = stoi(fdStr.c_str()); in IsRemoteUri()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_video_player_fast_4.h45 std::string fdStr = std::to_string(fd); in FIXTURE() local
46 uri.insert(5, fdStr); // 5 ---fd::// in FIXTURE()
H A Dtest_single_player_fast.h259 std::string fdStr = std::to_string(fd); in FIXTURE() local
260 uri.insert(5, fdStr); in FIXTURE()
H A Dtest_single_video_player_fast_1.h47 std::string fdStr = std::to_string(fd); in FIXTURE() local
48 uri.insert(5, fdStr); // 5 ---fd::// in FIXTURE()
H A Dtest_single_video_player_fast_3.h47 std::string fdStr = std::to_string(fd); in FIXTURE() local
48 uri.insert(5, fdStr); // 5 ---fd::// in FIXTURE()
H A Dtest_single_video_player_fast_2.h47 std::string fdStr = std::to_string(fd); in FIXTURE() local
48 uri.insert(5, fdStr); // 5 ---fd::// in FIXTURE()
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_proxy.cpp652 std::string fdStr = uri.substr(strlen("fd://"), fdTailPos - strlen("fd://")); in SetMediaSource() local
653 fd = stoi(fdStr); in SetMediaSource()
/foundation/multimedia/media_foundation/test/scenetest/video_player/
H A DTestFastVedioPlayer.cpp56 std::string fdStr = std::to_string(fd); in FilePathToFd() local
57 uri.insert(5, fdStr); // 5 ---fd::// in FilePathToFd()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1094 std::string fdStr = uri.substr(strlen("fd://"), pos1 - strlen("fd://")); in SetMediaSource() local
1097 int32_t fd = stoi(fdStr); in SetMediaSource()

Completed in 13 milliseconds