HomeSort by relevance Sort by last modified time
    Searched refs:framerate (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 43 unsigned char framerate; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 43 unsigned char framerate; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 43 unsigned char framerate; member in struct:meye_params
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
VideoRecorderAppState.java 34 private int framerate = 30; field in class:VideoRecorderAppState
74 app.setTimer(new IsoTimer(framerate));
170 writer = new MjpegFileWriter(file, width, height, framerate);
199 private float framerate; field in class:VideoRecorderAppState.IsoTimer
203 public IsoTimer(float framerate) {
204 this.framerate = framerate;
209 return (long) (this.ticks * (1.0f / this.framerate) * 1000f);
217 return this.framerate;
221 return (float) (1.0f / this.framerate);
    [all...]
MjpegFileWriter.java 24 double framerate = 0; field in class:MjpegFileWriter
33 public MjpegFileWriter(File aviFile, int width, int height, double framerate) throws Exception {
34 this(aviFile, width, height, framerate, 0);
37 public MjpegFileWriter(File aviFile, int width, int height, double framerate, int numFrames) throws Exception {
41 this.framerate = framerate;
200 dwMicroSecPerFrame = (int) ((1.0 / framerate) * 1000000.0);
289 dwScale = (int) ((1.0 / framerate) * 1000000.0);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
codec.h 91 int framerate; member in struct:cricket::VideoCodec
97 : id(pt), name(nm), width(w), height(h), framerate(fr), preference(pr) {}
101 : id(0), width(0), height(0), framerate(0), preference(0) {}
117 framerate = c.framerate;
127 framerate == c.framerate &&
codec.cc 74 << ":" << framerate << ":" << preference << "]";
videocommon.h 153 int framerate() const { return IntervalToFps(interval); } function in struct:cricket::VideoFormat
mediasessionclient.cc 464 int framerate = GetXmlAttr(element, QN_FRAMERATE, 0); local
466 *out = VideoCodec(id, name, width, height, framerate, 0);
679 int framerate = FindWithDefault(paramap, PAYLOADTYPE_PARAMETER_FRAMERATE, 0); local
681 *codec = VideoCodec(id, name, width, height, framerate, 0);
782 AddXmlAttr(payload_type, QN_FRAMERATE, codec.framerate);
937 PAYLOADTYPE_PARAMETER_FRAMERATE, codec.framerate));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 41 PV_STATUS RC_UpdateBXRCParams(void *input); Parameters update for target bitrate or framerate change
75 rc[n]->framerate = LayerFrameRate[n];
80 rc[n]->framerate = LayerFrameRate[n];
85 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
108 rc[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1];
116 pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0));
117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0));
135 /* Setting the bitrate and framerate */
137 pMP[n]->framerate = rc[n]->framerate;
    [all...]
rate_control.h 85 Int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
87 float framerate; member in struct:__anon17870
mp4lib_int.h 174 //float FrameRate; /* Input Frame Rate */
270 float framerate; /* framerate for current frame*/ member in struct:tagMultiPass
295 /* For target bitrate or framerate update */
296 float target_bits_per_frame; /* = C = bitrate/framerate */
394 float FrameRate; /* Src frame Rate */
mp4enc_api.cpp 445 // video->FrameRate = 30000/(float)1001; /* fix it to 29.97 fps */
447 video->FrameRate = timeIncRes / ((float)timeInc);
507 /* Make sure the maximum framerate is consistent with the given profile and level */
616 /* Check if the video size and framerate(MBsPerSec) are vald */
644 //video->frameRate = video->encParams->LayerFrameRate[0]; /* Set current layer frame rate */
1980 float bitrate_r, framerate; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 189 uint32 framerate; member in struct:cricket::VideoViewRequest
192 uint32 height, uint32 framerate) :
194 framerate(framerate) {}
  /external/srec/srec/include/
utteranc.h 230 int framerate);
231 void init_utt_v5_header(UttHeader *uhead, int dim, int samplerate, int framerate);
front.h 50 #define FRAMERATE 100
150 int framerate; member in struct:__anon13955
simapi.h     [all...]
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 205 // record framerate
206 double framerate = animFramerate(); local
207 Log.d(LOGTAG, "anim framerate was "+framerate);
209 framerate); local
  /external/libvpx/vp8/common/
onyxc_int.h 194 double framerate; member in struct:VP8Common
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 241 /* Setting the bitrate and framerate */
243 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
244 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate;
379 pMP->framerate = rateCtrl->frame_rate;
510 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5)))
607 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
820 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
826 rateCtrl->TMN_TH -= (int)((OsclFloat)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));
    [all...]
avcenc_int.h 171 OsclFloat framerate; /* framerate for current frame*/ member in struct:tagMultiPass
196 /* For target bitrate or framerate update */
197 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
313 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 248 int framerate,minframerate; local
511 framerate = params.getPreviewFrameRate();
513 CAMHAL_LOGDB("FRAMERATE %d", framerate);
517 CAMHAL_LOGVB("Passed FR: %d, Supported FR %s", framerate
524 || !isParameterValid(framerate,
531 // Variable framerate ranges have higher priority over
538 //Set framerate = MAXFPS
548 framerate = maxFPS /CameraHal::VFR_SCALE;
553 if ( framerate != atoi(mCameraProperties->get(CameraProperties::PREVIEW_FRAME_RATE))
    [all...]
  /external/libvpx/
vpxenc.c 462 vpx_rational_t framerate; member in struct:EbmlGlobal
590 frame_time = (uint64_t)1000 * ebml->framerate.den
591 / ebml->framerate.num;
626 glob->framerate = *fps;
647 float frameRate = (float)fps->num/(float)fps->den;
653 Ebml_SerializeFloat(glob, FrameRate, frameRate);
896 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1, variable
905 &verbosearg, &psnrarg, &use_ivf, &framerate,
929 &width, &height, &timebase, &framerate, &error_resilient
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 208 M4VIDEOEDITING_VideoFramerate framerate; /**< RC */ member in struct:__anon17479
  /external/libvpx/vp8/decoder/
onyxd_if.c 442 pbi->common.framerate = 160000000.00 / time_diff ;

Completed in 274 milliseconds

1 2