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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp314 * Exactly one of muxer or rawFp must be non-null.
319 const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy,
329 assert((rawFp == NULL && muxer != NULL) || (rawFp != NULL && muxer == NULL));
398 fwrite(buffers[bufIndex]->data(), 1, size, rawFp);
403 fflush(rawFp);
494 FILE* rawFp = NULL; local
501 rawFp = stdout;
503 rawFp = fopen(fileName, "w");
504 if (rawFp
318 runEncoder(const sp<MediaCodec>& encoder, const sp<MediaMuxer>& muxer, FILE* rawFp, const sp<IBinder>& mainDpy, const sp<IBinder>& virtualDpy, uint8_t orientation) argument
639 FILE* rawFp = NULL; local
[all...]

Completed in 56 milliseconds