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

1 2

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 54 public int time_scale; field in class:VUIParameters
84 ", time_scale=" + time_scale + "\n" +
SeqParameterSet.java 241 vuip.time_scale = (int) reader.readNBit(32, "VUI: time_scale");
449 writer.writeNBit(vuip.time_scale, 32, "VUI: time_scale");
  /external/skia/experimental/skottie/
Skottie.cpp 741 float* time_bias, float* time_scale) {
754 *time_scale = 1 / stretch_time;
755 if (SkScalarIsNaN(*time_scale)) {
756 *time_scale = 1;
1012 time_scale = 1; local
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 680 float* time_bias, float* time_scale) {
699 *time_scale = 1 / stretch_time;
700 if (SkScalarIsNaN(*time_scale)) {
701 *time_scale = 1;
945 time_scale = 1; local
    [all...]
  /hardware/intel/common/libva/va/
va_enc_h264.h 259 unsigned int time_scale; member in struct:_VAEncSequenceParameterBufferH264
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 613 vui_param.time_scale = extract_bits(32);
617 ALOGV(" time scale : %u", vui_param.time_scale);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 566 vui_param.time_scale = extract_bits(32);
570 ALOGV(" time scale : %u", vui_param.time_scale);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 566 vui_param.time_scale = extract_bits(32);
570 ALOGV(" time scale : %u", vui_param.time_scale);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 566 vui_param.time_scale = extract_bits(32);
570 ALOGV(" time scale : %u", vui_param.time_scale);
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 154 int time_scale; member in struct:media::H264SPS
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 292 OMX_U32 time_scale; member in struct:__anon50959
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 292 OMX_U32 time_scale; member in struct:__anon50978
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 292 OMX_U32 time_scale; member in struct:__anon51019
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 292 OMX_U32 time_scale; member in struct:__anon51070
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_item_types.h 575 unsigned int time_scale; member in struct:viddec_workload_item::__anon47352::__anon47370
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 340 if (pSequenceParams->num_units_in_tick !=0 && pSequenceParams->time_scale !=0
341 && (pSequenceParams->time_scale > pSequenceParams->num_units_in_tick) ) {
342 pVUI_Params->Time_Scale = pSequenceParams->time_scale;
347 pVUI_Params->Time_Scale = ctx->sRCParams.FrameRate * 2;
    [all...]
tng_H264ES.c 771 if (psSeqParams->time_scale != 0 && psSeqParams->num_units_in_tick != 0
772 && (psSeqParams->time_scale > psSeqParams->num_units_in_tick)) {
773 psVuiParams->Time_Scale = psSeqParams->time_scale;
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 208 uint32_t time_scale; member in struct:rvce_vui
radeon_vce_52.c 124 enc->enc_pic.vui.time_scale = pic->rate_ctrl.frame_rate_num * 2;
599 RVCE_CS(enc->enc_pic.vui.time_scale);
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 364 context->desc.h264enc.rate_ctrl.frame_rate_num = h264->time_scale / 2;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 406 timescale = seqParameterSet.vuiParams.time_scale >> 1; // Not sure why, but I found this in several places, and it works...
409 System.err.println("Warning: vuiParams contain invalid values: time_scale: " + timescale + " and frame_tick: " + frametick + ". Setting frame rate to 25fps");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 493 uint32_t time_scale; // u(32) member in struct:_vui_seq_parameters_t_used
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 204 SPS->sps_disp.vui_seq_parameters.time_scale = (uint32_t)code;
viddec_h264_workload.c 684 wi.h264_vui_time_info.time_scale = pInfo->active_SPS.sps_disp.vui_seq_parameters.time_scale;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]

Completed in 986 milliseconds

1 2