Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingMuxer.java37 private String mOutFile; field in ScreenRecordingMuxer
47 mOutFile = outfileName; in ScreenRecordingMuxer()
49 Log.d(TAG, "out: " + mOutFile + " , in: " + mFiles[0]); in ScreenRecordingMuxer()
57 muxer = new MediaMuxer(mOutFile, mFormat); in mux()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.h60 char mOutFile[200]; member
93 strcpy(mOutFile, ""); \
94 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH, \
H A DC2SoftAomDec.cpp262 CREATE_DUMP_FILE(mOutFile); in C2SoftAomDec()
469 DUMP_TO_FILE(mOutFile, bitstream, inSize); in process()
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DDownloadService.java106 private final Uri mOutFile; field in DownloadService.DownloadTask
117 this.mOutFile = outFile; in DownloadTask()
305 task.mOutFile, "rwt"); in processDownload()
311 tryDeleteFile(task.mOutFile); in processDownload()
319 makeDoneNotification(task.mId, task.mDisplayName, task.mOutFile)); in processDownload()
323 tryDeleteFile(task.mOutFile); in processDownload()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.h95 char mOutFile[200]; member
129 strcpy(mOutFile, ""); \
130 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH, \
H A DC2SoftHevcEnc.cpp518 CREATE_DUMP_FILE(mOutFile); in C2SoftHevcEnc()
926 DUMP_TO_FILE(mOutFile, ps_encode_op->pu1_output_buf, in finishWork()
1043 DUMP_TO_FILE(mOutFile, csd->m.value, csd->flexCount()); in process()
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.h167 char mOutFile[200]; member
272 strcpy(mOutFile, ""); \
273 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH,\
H A DSoftAVCEnc.cpp153 CREATE_DUMP_FILE(mOutFile); in SoftAVC()
1357 mOutFile, outputBufferHeader->pBuffer, in onQueueFilled()
1488 DUMP_TO_FILE(mOutFile, outputBufferHeader->pBuffer, in onQueueFilled()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.h166 char mOutFile[200]; member
267 strcpy(mOutFile, ""); \
268 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH,\
H A DC2SoftAvcEnc.cpp598 CREATE_DUMP_FILE(mOutFile); in C2SoftAvcEnc()
1717 mOutFile, csd->m.value, csd->flexCount()); in process()
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp812 DUMP_TO_FILE(mOutFile, outHeader->pBuffer, outHeader->nFilledLen); in onQueueFilled()