HomeSort by relevance Sort by last modified time
    Searched refs:layer_id (Results 1 - 22 of 22) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.h 47 Encode_Status renderRCParams(uint32_t layer_id, bool total_bitrate);
49 Encode_Status renderFrameRateParams(uint32_t layer_id, bool total_framerate);
VideoEncoderVP8.cpp 145 Encode_Status VideoEncoderVP8::renderRCParams(uint32_t layer_id, bool total_bitrate)
168 misc_rate_ctrl->rc_flags.bits.temporal_id = layer_id;
169 if(mTemporalLayerBitrateFramerate[layer_id].bitRate != 0)
170 misc_rate_ctrl->bits_per_second = mTemporalLayerBitrateFramerate[layer_id].bitRate;
187 Encode_Status VideoEncoderVP8::renderFrameRateParams(uint32_t layer_id, bool total_framerate)
211 misc_framerate->framerate_flags.bits.temporal_id = layer_id;
212 if(mTemporalLayerBitrateFramerate[layer_id].frameRate != 0)
213 misc_framerate->framerate = mTemporalLayerBitrateFramerate[layer_id].frameRate;
306 misc_layer_struc->layer_id[i] = mComParams.nLayerID[i];
  /external/libvpx/libvpx/test/
datarate_test.cc 256 int layer_id = 0; local
259 layer_id = 0;
261 layer_id = 1;
265 layer_id = 0;
267 layer_id = 1;
269 layer_id = 2;
272 return layer_id;
284 vpx_svc_layer_id_t layer_id = {0, 0}; local
285 layer_id.spatial_layer_id = 0;
287 layer_id.temporal_layer_id = SetLayerId(video->frame()
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 256 int layer_id = 0; local
259 layer_id = 0;
261 layer_id = 1;
265 layer_id = 0;
267 layer_id = 1;
269 layer_id = 2;
272 return layer_id;
284 vpx_svc_layer_id_t layer_id = {0, 0}; local
285 layer_id.spatial_layer_id = 0;
287 layer_id.temporal_layer_id = SetLayerId(video->frame()
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 500 uint32_t layer_id, i; local
523 layer_id = tslayer_param->layer_id[i];
524 if (layer_id > (tslayer_param->number_of_layers - 1)) {
525 drv_debug_msg(VIDEO_DEBUG_ERROR, "layer_id shoulde be 0 - %d\n",
540 seq->ts_layer_id[i] = tslayer_param->layer_id[i];
584 layer_id = frame_rate_param->framerate_flags.bits.temporal_id % 3;
585 if (ctx->frame_rate[layer_id] != frame_rate_param->framerate) {
587 layer_id, ctx->frame_rate[layer_id], frame_rate_param->framerate)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 257 int layer_id; local
262 for (layer_id = 0; layer_id < cpi->svc.number_spatial_layers; ++layer_id) {
263 if (buf->svc_params[layer_id].spatial_layer >=0)
267 if (layer_id == cpi->svc.number_spatial_layers)
270 layer_param = &buf->svc_params[layer_id];
vp9_encoder.c 882 const int layer_id = (int)last_packet_for_layer->spatial_layer_id; local
884 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers) {
885 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer_id];
896 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
901 const int layer_id = (int)stats[i].spatial_layer_id; local
902 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers
903 && stats_copy[layer_id] != NULL) {
904 *stats_copy[layer_id] = stats[i]
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 459 vpx_svc_layer_id_t layer_id = {0, 0}; local
608 // Update the temporal layer_id. No spatial layers in this test.
609 layer_id.spatial_layer_id = 0;
610 layer_id.temporal_layer_id =
613 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id);
618 ++rc.layer_input_frames[layer_id.temporal_layer_id];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 451 vpx_svc_layer_id_t layer_id = {0, 0}; local
600 // Update the temporal layer_id. No spatial layers in this test.
601 layer_id.spatial_layer_id = 0;
602 layer_id.temporal_layer_id =
605 vpx_codec_control(&codec, VP9E_SET_SVC_LAYER_ID, &layer_id);
610 ++rc.layer_input_frames[layer_id.temporal_layer_id];
  /external/libvpx/libvpx/vp8/common/
onyx.h 236 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon13781
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 226 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon24144
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 248 const int layer_id = (int)stats[i].spatial_layer_id; local
249 if (layer_id >= 0 && layer_id < (int)cfg->ss_number_layers) {
250 ++n_packets_per_layer[layer_id];
255 unsigned int layer_id; local
263 layer_id = (int)stats->spatial_layer_id;
265 if (layer_id >= cfg->ss_number_layers
267 n_packets_per_layer[layer_id] - 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 223 const int layer_id = (int)stats[i].spatial_layer_id; local
224 if (layer_id >= 0 && layer_id < (int)cfg->ss_number_layers) {
225 ++n_packets_per_layer[layer_id];
230 unsigned int layer_id; local
238 layer_id = (int)stats->spatial_layer_id;
240 if (layer_id >= cfg->ss_number_layers
241 ||(int)(stats->count + 0.5) != n_packets_per_layer[layer_id] - 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1347 const int layer_id = (int)last_packet_for_layer->spatial_layer_id; local
1366 const int layer_id = (int)stats[i].spatial_layer_id; local
    [all...]
  /system/bt/include/
bt_trace.h 403 tBTTRC_LAYER_ID layer_id; member in struct:__anon69270
  /hardware/intel/common/libva/va/
va.h 1410 uint32_t layer_id[32]; member in struct:_VAEncMiscParameterTemporalLayerStructure
    [all...]
va_trace.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 377 memcpy (oxcf->layer_id, cfg.ts_layer_id, sizeof(cfg.ts_layer_id));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 378 memcpy (oxcf->layer_id, cfg.ts_layer_id, sizeof(cfg.ts_layer_id));
    [all...]
  /external/libnfc-nci/src/include/
bt_trace.h 179 EXPORT_API extern void BTTRC_StackTrace0(tBTTRC_LAYER_ID layer_id,
182 EXPORT_API extern void BTTRC_StackTrace1(tBTTRC_LAYER_ID layer_id,
186 EXPORT_API extern void BTTRC_StackTrace2(tBTTRC_LAYER_ID layer_id,
191 EXPORT_API extern void BTTRC_StackTrace3(tBTTRC_LAYER_ID layer_id,
197 EXPORT_API extern void BTTRC_StackTrace4(tBTTRC_LAYER_ID layer_id,
204 EXPORT_API extern void BTTRC_StackTrace5(tBTTRC_LAYER_ID layer_id,
212 EXPORT_API extern void BTTRC_StackTrace6(tBTTRC_LAYER_ID layer_id,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c     [all...]

Completed in 811 milliseconds