/aosp12/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A 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
|
H A D | SoftAVCDec.cpp | 572 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes, mInputOffset); in onQueueFilled()
|
/aosp12/frameworks/av/media/codec2/components/aom/ |
H A 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
|
H A D | C2SoftAomDec.cpp | 469 DUMP_TO_FILE(mOutFile, bitstream, inSize); in process()
|
/aosp12/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
H A 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
|
H A 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()
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcEnc.h | 144 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 168 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
H A D | C2SoftHevcEnc.cpp | 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/codec2/components/avc/ |
H A D | C2SoftAvcDec.h | 69 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)\ macro 94 #define DUMP_TO_FILE(m_filename, m_buf, m_size, m_offset)
|
H A D | C2SoftAvcEnc.h | 282 #define DUMP_TO_FILE(m_filename, m_buf, m_size) \ macro 307 #define DUMP_TO_FILE(m_filename, m_buf, m_size) macro
|
H A D | C2SoftAvcEnc.cpp | 1716 DUMP_TO_FILE( in process()
|
/aosp12/frameworks/av/media/codec2/components/mpeg2/ |
H A 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)
|
H A D | C2SoftMpeg2Dec.cpp | 931 DUMP_TO_FILE(mInFile, s_decode_ip.pv_stream_buffer, s_decode_ip.u4_num_Bytes); in process()
|
/aosp12/frameworks/av/media/libstagefright/codecs/avcenc/ |
H A 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
|
H A D | SoftAVCEnc.cpp | 1356 DUMP_TO_FILE( in onQueueFilled() 1404 DUMP_TO_FILE( in onQueueFilled() 1488 DUMP_TO_FILE(mOutFile, outputBufferHeader->pBuffer, in onQueueFilled()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
H A D | mm_jpegdec_test.c | 58 #define DUMP_TO_FILE(filename, p_addr, len) ({ \ macro 134 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len); in mm_jpegdec_decode_callback()
|
H A D | mm_jpeg_test.c | 53 #define DUMP_TO_FILE(filename, p_addr, len) ({ \ macro 187 DUMP_TO_FILE(p_obj->out_filename[i], p_output->buf_vaddr, in mm_jpeg_encode_callback() 540 DUMP_TO_FILE(file_name, jpeg_obj->output[i].addr, in encode_test()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/inc/ |
H A D | mm_jpeg.h | 86 #define DUMP_TO_FILE(filename, p_addr, len) ({ \ macro
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/ |
H A D | mm_lib2d_test.c | 53 #define DUMP_TO_FILE(filename, p_addr, len) ({ \ macro
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
H A D | mm_jpeg.c | 1956 DUMP_TO_FILE(filename, p_in_buf->pBuffer, (size_t)p_in_buf->nAllocLen); in mm_jpeg_session_encode() 1977 DUMP_TO_FILE(thumb_filename, p_in_thumb_buf->pBuffer, in mm_jpeg_session_encode() 3563 DUMP_TO_FILE(filename, in mm_jpeg_fbd()
|