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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp313 * Exactly one of muxer or rawFp must be non-null.
318 const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy,
328 assert((rawFp == NULL && muxer != NULL) || (rawFp != NULL && muxer == NULL));
400 fwrite(buffers[bufIndex]->data(), 1, size, rawFp);
405 fflush(rawFp);
493 FILE* rawFp = NULL; local
500 rawFp = stdout;
502 rawFp = fopen(fileName, "w");
503 if (rawFp
317 runEncoder(const sp<MediaCodec>& encoder, const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy, const sp<IBinder>& virtualDpy, uint8_t orientation) argument
638 FILE* rawFp = NULL; local
[all...]

Completed in 97 milliseconds