HomeSort by relevance Sort by last modified time
    Searched refs:framerate (Results 51 - 75 of 78) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]
vp9_firstpass.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.h 266 uint32 ssrc, int width, int height, int framerate,
callclient.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages_unittest.cc 70 " framerate='30'"
235 EXPECT_EQ(30, view_request.static_video_views[0].framerate);
mediasessionclient_unittest.cc 410 " <parameter name='framerate' value='30'/> " \
435 " id='99' name='H264-SVC' framerate='30' " \
457 " <parameter name='framerate' value='30'/> " \
481 " <parameter name='framerate' value='30'/> " \
1364 int framerate = 0; local
1514 int framerate = 1; local
    [all...]
channel_unittest.cc     [all...]
  /external/srec/srec/include/
simapi.h     [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c 781 /* Maybe need to implement framerate changing */
    [all...]
  /external/srec/srec/cfront/
frontobj.c 357 ASSERT(FRAMERATE > 0);
360 freqobj->framerate = FRAMERATE;
361 freqobj->frame_period = parameters->samplerate / freqobj->framerate;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 183 // frameRate is reciprocal of frameDuration, which is
663 const uint32_t framerate = port->format.video.xFramerate >> 16; local
665 mFrameDurationUs = (1000000/framerate);
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 261 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels)
266 while (framerate < 400)
268 framerate <<= 1;
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 572 unsigned int framerate; member in struct:_VAEncMiscParameterFrameRate
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
ratectrl.c     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoEncoder.cpp 311 int32_t framerate = 0; local
350 metaData->findInt32(kKeySampleRate, &framerate);
598 pEncoderContext->mCodecParams->FrameRate = pCodecParams->FrameRate;
641 pEncoderContext->mCodecParams->FrameRate);
663 switch( pEncoderContext->mCodecParams->FrameRate ) {
682 VIDEOEDITOR_CHECK(!"VideoEncoder_open:incorrect framerate",
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 578 cricket::VideoFormat::FpsToInterval(send_codecs_[0].framerate),
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 186 uint32 frameRate) {
657 out_codec.maxFramerate = c.framerate;
    [all...]
webrtcvideoengine_unittest.cc 462 codec.framerate = 60;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 756 "Bitrate: %10.2f framerate: %10.2f ",
757 cm->bitrate, cm->framerate);
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h     [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 926 sprintf(message, "Bitrate: %10.2f framerate: %10.2f ", oci->bitrate, oci->framerate);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.cc     [all...]

Completed in 2116 milliseconds

1 23 4