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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp39 const size_t bytes_written = fwrite(buffer, 1, length, file_); local
41 return (bytes_written == length) ? 0 : -1;
H A Dmkvmuxer.cpp1816 const uint64 bytes_written = WriteVoidElement(writer, size_left); local
1817 if (!bytes_written)
1833 const uint64 bytes_written = WriteVoidElement(writer, size + entry_size); local
1834 if (!bytes_written)
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp388 int bytes_written; local
559 bytes_written = mproxyRecordingHandle->sync_ptr->c.control.appl_ptr - mproxyRecordingHandle->sync_ptr->s.status.hw_ptr;
560 if ((bytes_written >= mproxyRecordingHandle->sw_p->start_threshold) && (!mproxyRecordingHandle->start)) {
775 int bytes_written; local
1008 bytes_written = musbPlaybackHandle->sync_ptr->c.control.appl_ptr - musbPlaybackHandle->sync_ptr->s.status.hw_ptr;
1009 ALOGE("Appl ptr %d , hw_ptr %d, difference %d",musbPlaybackHandle->sync_ptr->c.control.appl_ptr, musbPlaybackHandle->sync_ptr->s.status.hw_ptr, bytes_written);
1016 if (bytes_written <= usbPeriod && musbPlaybackHandle->start) {
1022 if ((bytes_written >= musbPlaybackHandle->sw_p->start_threshold) && (!musbPlaybackHandle->start)) {
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c530 int bytes_written; local
554 bytes_written = pcm->sync_ptr->c.control.appl_ptr - pcm->sync_ptr->s.status.hw_ptr;
555 if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp739 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
847 bytes_written = 0;
865 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
874 bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile);
883 bytes_written = fwrite_helper((const char *)pBuffer->pBuffer,
886 if (bytes_written < 0) {
890 bytes_written);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp617 int canDisplay = 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0; local
727 bytes_written = fwrite((const char *)pBuffer->pBuffer,
729 if (bytes_written < 0) {
734 bytes_written);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp141 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
1664 int bytes_written = 0; local
1669 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);
1675 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);
7228 int bytes_written = 0; local
7232 bytes_written = fwrite(temp, width, 1, pFile);
7234 if (bytes_written >0)
7235 bytes += bytes_written * width;
7240 bytes_written = fwrite(temp, width, 1, pFile);
7242 if (bytes_written >
[all...]
H A Domx_vdec_hevc.cpp152 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
5936 int bytes_written = 0; local
5938 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
5944 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1);
H A Domx_vdec_msm8974.cpp147 int error_code = 0,rc=0,bytes_read = 0,bytes_written = 0; local
1430 int bytes_written = 0; local
1432 bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);
1438 bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, m_debug.outfile);

Completed in 210 milliseconds