HomeSort by relevance Sort by last modified time
    Searched full:framecnt (Results 1 - 7 of 7) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 95 int framecnt, endfile; local
316 framecnt= 0;
543 if (plc && (framecnt+1)%10 == 0) {
616 if (plc && (framecnt+1)%10 == 0) {
647 fprintf(stderr," \rframe = %d", framecnt);
648 framecnt++;
658 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
673 length_file = ((double)framecnt*(double)declen/FS);
kenny.c 110 WebRtc_Word16 framecnt, declen = 0; local
495 framecnt= 0;
570 if (!(testNum == 3 && framecnt == 0)) {
689 if (!(testNum == 3 && framecnt == 0)) {
723 fprintf(stderr," \rframe = %7d", framecnt);
738 if( lostFrame && framecnt > 0) {
792 framecnt++;
813 fprintf(fy, "Frame %i = %0.14f\n", framecnt, kbps);
820 (double)lostPackets/(double)framecnt*100.0 );
838 length_file = ((double)framecnt*(double)declen/FS)
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 290 void NotifyStreamOutput(int frameCnt);
293 void UpdateIspParameters(struct camera2_shot_ext *shot_ext, int frameCnt, ctl_request_info_t *ctl_info);
294 void RegisterTimestamp(int frameCnt, nsecs_t *frameTime);
295 nsecs_t GetTimestampByFrameCnt(int frameCnt);
297 uint8_t GetOutputStreamByFrameCnt(int frameCnt);
299 camera2_shot_ext * GetInternalShotExtByFrameCnt(int frameCnt);
303 int FindEntryIndexByFrameCnt(int frameCnt);
ExynosCameraHWInterface2.cpp 382 ALOGV("## RegisterReq DONE num(%d), insert(%d), processing(%d), frame(%d), (frameCnt(%d))",
447 ALOGV("## PrepareFrame DONE: frameOut(%d) frameCnt-req(%d) timestamp(%lld)", m_entryFrameOutputIndex,
483 CAM_LOGD("DBG: entrie[%d].stream output cnt = %d, framecnt(%d)", i, entries[i].output_stream_count, entries[i].internal_shot.shot.ctl.request.frameCount);
533 void RequestManager::NotifyStreamOutput(int frameCnt)
538 ALOGV("DEBUG(%s): frameCnt(%d)", __FUNCTION__, frameCnt);
540 index = FindEntryIndexByFrameCnt(frameCnt);
542 ALOGE("ERR(%s): Cannot find entry for frameCnt(%d)", __FUNCTION__, frameCnt);
545 ALOGV("DEBUG(%s): frameCnt(%d), last cnt (%d)", __FUNCTION__, frameCnt, entries[index].output_stream_count)
    [all...]
MetadataConverter.cpp 547 ALOGV("(%s): ID(%d) METAMODE(%d) FrameCnt(%d) Timestamp(%lld) exposure(%lld) aper(%f)", __FUNCTION__,
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 294 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * 2; //always stereo here
297 for (size_t i = 0; i < frameCnt; i++) {
    [all...]

Completed in 111 milliseconds