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

  /external/chromium_org/cc/animation/
animation_events.h 21 int layer_id,
27 int layer_id; member in struct:cc::AnimationEvent
  /external/chromium_org/cc/quads/
render_pass.h 47 int layer_id; member in struct:cc::RenderPass::Id
50 Id(int layer_id, int index) : layer_id(layer_id), index(index) {}
54 return layer_id == other.layer_id && index == other.index;
60 return layer_id < other.layer_id ||
61 (layer_id == other.layer_id && index < other.index)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 40 DFBDisplayLayerID layer_id; member in struct:private_yuvhwdata
64 hwdata->layer_id = id;
88 if (!hwdata->layer_id)
91 ret = dfb->GetDisplayLayer (dfb, hwdata->layer_id, &layer);
  /external/chromium_org/cc/layers/
render_surface_impl.cc 115 int layer_id = owning_layer_->id(); local
117 DCHECK_GT(layer_id, 0);
118 return RenderPass::Id(layer_id, sub_id);
  /external/chromium_org/cc/resources/
tile.h 107 int layer_id() const { return layer_id_; } function in class:cc::Tile
145 int layer_id,
  /external/chromium_org/cc/trees/
layer_tree_host_common.h 114 static LayerType* FindLayerInSubtree(LayerType* root_layer, int layer_id);
131 int layer_id; member in struct:cc::LayerTreeHostCommon::ScrollUpdateInfo
161 int layer_id) {
165 if (root_layer->id() == layer_id)
168 if (root_layer->mask_layer() && root_layer->mask_layer()->id() == layer_id)
172 root_layer->replica_layer()->id() == layer_id)
177 get_layer_as_raw_ptr(root_layer->children(), i), layer_id))
  /external/chromium_org/third_party/libvpx/source/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...]
  /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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.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/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];
  /hardware/intel/common/libmix/videoencoder/
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];
408 int layer_id; local
463 int layer_id; local
    [all...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 226 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 226 unsigned int layer_id[VPX_TS_MAX_PERIODICITY]; member in struct:__anon28656
  /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:__anon39746
  /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];
576 layer_id = frame_rate_param->framerate_flags.bits.temporal_id % 3;
577 if (ctx->frame_rate[layer_id] != frame_rate_param->framerate) {
579 layer_id, ctx->frame_rate[layer_id], frame_rate_param->framerate)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 230 const int layer_id = (int)stats[i].spatial_layer_id; local
231 if (layer_id >= 0 && layer_id < (int)cfg->ss_number_layers) {
232 ++n_packets_per_layer[layer_id];
237 unsigned int layer_id; local
245 layer_id = (int)stats->spatial_layer_id;
247 if (layer_id >= cfg->ss_number_layers
249 n_packets_per_layer[layer_id] - 1)
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 225 const int layer_id = (int)stats[i].spatial_layer_id; local
226 if (layer_id >= 0 && layer_id < (int)cfg->ss_number_layers) {
227 ++n_packets_per_layer[layer_id];
232 unsigned int layer_id; local
240 layer_id = (int)stats->spatial_layer_id;
242 if (layer_id >= cfg->ss_number_layers
243 ||(int)(stats->count + 0.5) != 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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 912 const int layer_id = (int)last_packet_for_layer->spatial_layer_id; local
914 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers) {
915 LAYER_CONTEXT *const lc = &cpi->svc.layer_context[layer_id];
926 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
931 const int layer_id = (int)stats[i].spatial_layer_id; local
932 if (layer_id >= 0 && layer_id < oxcf->ss_number_layers
933 && stats_copy[layer_id] != NULL) {
934 *stats_copy[layer_id] = stats[i]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 1282 const int layer_id = (int)last_packet_for_layer->spatial_layer_id; local
1301 const int layer_id = (int)stats[i].spatial_layer_id; local
    [all...]
  /external/bluetooth/bluedroid/include/
bt_trace.h 167 tBTTRC_LAYER_ID layer_id; member in struct:__anon5796
202 EXPORT_API extern void BTTRC_StackTrace0(tBTTRC_LAYER_ID layer_id,
205 EXPORT_API extern void BTTRC_StackTrace1(tBTTRC_LAYER_ID layer_id,
209 EXPORT_API extern void BTTRC_StackTrace2(tBTTRC_LAYER_ID layer_id,
214 EXPORT_API extern void BTTRC_StackTrace3(tBTTRC_LAYER_ID layer_id,
220 EXPORT_API extern void BTTRC_StackTrace4(tBTTRC_LAYER_ID layer_id,
227 EXPORT_API extern void BTTRC_StackTrace5(tBTTRC_LAYER_ID layer_id,
235 EXPORT_API extern void BTTRC_StackTrace6(tBTTRC_LAYER_ID layer_id,
    [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...]
  /hardware/intel/common/libva/va/
va.h 1410 uint32_t layer_id[32]; member in struct:_VAEncMiscParameterTemporalLayerStructure
    [all...]

Completed in 1734 milliseconds