/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenRecordingMuxer.java | 37 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 D | C2SoftAomDec.h | 60 char mOutFile[200]; member 93 strcpy(mOutFile, ""); \ 94 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH, \
|
H A D | C2SoftAomDec.cpp | 262 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 D | DownloadService.java | 106 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 D | C2SoftHevcEnc.h | 95 char mOutFile[200]; member 129 strcpy(mOutFile, ""); \ 130 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH, \
|
H A D | C2SoftHevcEnc.cpp | 518 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 D | SoftAVCEnc.h | 167 char mOutFile[200]; member 272 strcpy(mOutFile, ""); \ 273 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH,\
|
H A D | SoftAVCEnc.cpp | 153 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 D | C2SoftAvcEnc.h | 166 char mOutFile[200]; member 267 strcpy(mOutFile, ""); \ 268 sprintf(mOutFile, "%s_%ld.%ld.%s", OUTPUT_DUMP_PATH,\
|
H A D | C2SoftAvcEnc.cpp | 598 CREATE_DUMP_FILE(mOutFile); in C2SoftAvcEnc() 1717 mOutFile, csd->m.value, csd->flexCount()); in process()
|
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A D | SoftMPEG2.cpp | 812 DUMP_TO_FILE(mOutFile, outHeader->pBuffer, outHeader->nFilledLen); in onQueueFilled()
|