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

1 2 3

  /external/opencore/protocols/sdp/common/include/
m4v_media_info.h 28 double frameRate;
35 frameRate = 0.0;
43 setFrameRate(pSource.frameRate);
52 setFrameRate(pSource.frameRate);
62 frameRate = fRate;
71 return frameRate;
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioFormat.java 72 protected float frameRate;
87 float frameRate,
95 this.frameRate = frameRate;
105 float frameRate,
114 this.frameRate = frameRate;
136 this.frameRate = sampleRate;
162 return frameRate;
197 frameRate != format.getFrameRate())
    [all...]
  /development/samples/Snake/
_index.html 8 require a fast framerate.</p>
  /external/opencore/codecs_v2/video/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...]
mp4lib_int.h 176 //float FrameRate; /* Input Frame Rate */
272 float framerate; /* framerate for current frame*/ member in struct:tagMultiPass
297 /* For target bitrate or framerate update */
298 float target_bits_per_frame; /* = C = bitrate/framerate */
396 float FrameRate; /* Src frame Rate */
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:__anon3568
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...]
  /device/htc/dream-sapphire/
media_profiles.xml 33 <!ATTLIST Video frameRate CDATA #REQUIRED>
87 frameRate="20" />
100 frameRate="20" />
  /device/htc/passion-common/
media_profiles.xml 33 <!ATTLIST Video frameRate CDATA #REQUIRED>
87 frameRate="24" />
100 frameRate="15" />
  /external/opencore/engines/player/test/data/
pv_amr_mpeg4.sdp 25 a=framerate:2.5
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 1153 CPV2WayM4VConfigInfo() : m4v_VOLHeaderSize(0), frameWidth(176), frameHeight(144), frameRate(5), profileLevelID(0) {};
1167 frameRate = aframeRate;
    [all...]
  /external/srec/srec/include/
front.h 50 #define FRAMERATE 100
150 int framerate; member in struct:__anon5864
utteranc.h 230 int framerate);
231 void init_utt_v5_header(UttHeader *uhead, int dim, int samplerate, int framerate);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
avcenc_int.h 169 OsclFloat framerate; /* framerate for current frame*/ member in struct:tagMultiPass
194 /* For target bitrate or framerate update */
195 OsclFloat target_bits_per_frame; /* = C = bitrate/framerate */
311 int max_BitVariance_num; /* the number of the maximum bit variance within the given buffer with the unit of 10% of bitrate/framerate*/
rate_control.cpp 245 /* Setting the bitrate and framerate */
247 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
248 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate;
383 pMP->framerate = rateCtrl->frame_rate;
514 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5)))
611 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
824 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
830 rateCtrl->TMN_TH -= (int)((OsclFloat)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaRecorderTest.java 70 private void recordVideo(int frameRate, int width, int height,
82 mRecorder.setVideoFrameRate(frameRate);
164 private boolean invalidRecordSetting(int frameRate, int width, int height,
175 mRecorder.setVideoFrameRate(frameRate);
425 assertTrue("Invalid FrameRate", isTestInvalidFrameRateSuccessful);
  /external/opencore/protocols/sdp/parser/src/
m4vmediainfoparser.cpp 185 if (!oscl_strncmp(line_start_ptr, "a=framerate:", oscl_strlen("a=framerate:")))
187 sptr = line_start_ptr + oscl_strlen("a=framerate:");
191 PVMF_SDP_PARSER_LOGERROR((0, "SDPM4VMediaInfoParser::parseMediaInfo - Bad a=framerate line format"));
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 250 int frameRate; /* Output frame Rate (over 10 seconds) */
260 /* framerate and bitrate statistics counters. 08/23/2000 */
  /external/srec/srec/cfront/
ca_wave.c 65 ASSERT(FRAMERATE > 0);
84 hFrontend->config->waveobj->samplerate / FRAMERATE,
frontobj.c 357 ASSERT(FRAMERATE > 0);
360 freqobj->framerate = FRAMERATE;
361 freqobj->frame_period = parameters->samplerate / freqobj->framerate;
  /frameworks/base/include/media/
MediaProfiles.h 141 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate)
146 mFrameRate(frameRate) {}
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 250 int frameRate; /* Output frame Rate (over 10 seconds) */
260 /* framerate and bitrate statistics counters. 08/23/2000 */
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset7.cpp 407 OsclFloat frameRate = 0;
418 frameRate = (iMIOComponent.iPVAviFile)->GetFrameRate(vidStrNum[0]);
426 config->SetOutputFrameRate(0, frameRate);
test_pv_author_engine_testset8.cpp 407 OsclFloat frameRate = 0;
418 frameRate = (iMIOComponent.iPVAviFile)->GetFrameRate(vidStrNum[0]);
426 config->SetOutputFrameRate(0, frameRate);
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
mp4enc_api.h 165 /** @brief Specifies target frame rates in frames per second, frameRate[n] represents the n-th layer's target frame rate.*/
401 * @param frameRate is the pointers to array of target frame rates in frames per second,
402 * frameRate[n] represents the n-th layer's target frame rate.
405 OSCL_IMPORT_REF Bool PVUpdateEncFrameRate(VideoEncControls *encCtrl, float *frameRate); /* for 2-way */

Completed in 990 milliseconds

1 2 3