/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.h | 138 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)\ macro 163 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset) macro
|
D | SoftAVCDec.cpp | 572 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes, mInputOffset); in onQueueFilled()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 108 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 132 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
D | C2SoftAomDec.cpp | 469 DUMP_TO_FILE(mOutFile, bitstream, inSize); in process()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.h | 156 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 179 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
D | SoftMPEG2.cpp | 693 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes); in onQueueFilled() 812 DUMP_TO_FILE(mOutFile, outHeader->pBuffer, outHeader->nFilledLen); in onQueueFilled()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.h | 143 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 167 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
D | C2SoftHevcEnc.cpp | 832 DUMP_TO_FILE(mOutFile, ps_encode_op->pu1_output_buf, in finishWork() 949 DUMP_TO_FILE(mOutFile, csd->m.value, csd->flexCount()); in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 70 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)\ macro 95 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)
|
D | C2SoftAvcEnc.h | 274 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 299 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
D | C2SoftAvcEnc.cpp | 1474 DUMP_TO_FILE( in process()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 68 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 91 #define DUMP_TO_FILE(m_filename, m_buf, m_size)
|
D | C2SoftMpeg2Dec.cpp | 930 DUMP_TO_FILE(mInFile, s_decode_ip.pv_stream_buffer, s_decode_ip.u4_num_Bytes); in process()
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.h | 287 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 312 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
D | SoftAVCEnc.cpp | 1356 DUMP_TO_FILE( in onQueueFilled() 1404 DUMP_TO_FILE( in onQueueFilled() 1488 DUMP_TO_FILE(mOutFile, outputBufferHeader->pBuffer, in onQueueFilled()
|