Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp319 const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy, in runEncoder() argument
329 assert((rawFp == NULL && muxer != NULL) || (rawFp != NULL && muxer == NULL)); in runEncoder()
398 fwrite(buffers[bufIndex]->data(), 1, size, rawFp); in runEncoder()
403 fflush(rawFp); in runEncoder()
494 FILE* rawFp = NULL; in prepareRawOutput() local
501 rawFp = stdout; in prepareRawOutput()
503 rawFp = fopen(fileName, "w"); in prepareRawOutput()
504 if (rawFp == NULL) { in prepareRawOutput()
510 int fd = fileno(rawFp); in prepareRawOutput()
523 return rawFp; in prepareRawOutput()
[all …]