Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c607 int fdTotalCount = sizeof(*fdStr) / sizeof(fdStr->start[0]); in CloseAllFd() local
608 for (int i = 0; i < fdTotalCount; i++) { in CloseAllFd()
621 int fdTotalCount = sizeof(fdStr) / sizeof(fdStr.start[0]); in RunNativeMuxer() local
622 printf("fd list total size is %d\n", fdTotalCount); in RunNativeMuxer()
623 for (int i = 0; i < fdTotalCount; i++) { in RunNativeMuxer()

Completed in 1 milliseconds