Home
last modified time | relevance | path

Searched refs:layer_id (Results 1 – 25 of 25) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp8enc.c76 guint layer_id; member
112 GstVideoCodecFrame * frame, guint layer_id, guint8 tl0picidx,
115 GstVideoCodecFrame * frame, guint * layer_id, guint8 * tl0picidx,
119 gboolean layer_sync, guint layer_id, guint8 tl0picidx);
355 GstVideoCodecFrame * frame, guint layer_id, guint8 tl0picidx, in gst_vp8_enc_apply_frame_temporal_settings() argument
367 vpx_codec_control (&enc->encoder, VP8E_SET_TEMPORAL_LAYER_ID, layer_id); in gst_vp8_enc_apply_frame_temporal_settings()
368 user_data->layer_id = layer_id; in gst_vp8_enc_apply_frame_temporal_settings()
377 GstVideoCodecFrame * frame, guint * layer_id, guint8 * tl0picidx, in gst_vp8_enc_get_frame_temporal_settings() argument
386 *layer_id = 0; in gst_vp8_enc_get_frame_temporal_settings()
392 *layer_id = user_data->layer_id; in gst_vp8_enc_get_frame_temporal_settings()
[all …]
Dgstvpxenc.h147 GstVideoCodecFrame* frame, guint layer_id, guint8 tl0picidx,
151 GstVideoCodecFrame *frame, guint * layer_id, guint8 *tl0picidx,
156 gboolean layer_sync, guint layer_id, guint8 tl0picidx);
Dgstvpxenc.c1987 guint layer_id = 0; in gst_vpx_enc_process() local
2061 &layer_id, &tl0picidx, &layer_sync); in gst_vpx_enc_process()
2064 if (layer_id != 0 && encoder->prev_was_keyframe) { in gst_vpx_enc_process()
2072 layer_id = 0; in gst_vpx_enc_process()
2085 if (layer_id == 0) { in gst_vpx_enc_process()
2092 layer_sync, layer_id, tl0picidx); in gst_vpx_enc_process()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.h189 #define xStream_id(layer_id) (((layer_id) >> 10) & 7) argument
190 #define xQuality_id(layer_id) (((layer_id) >> 7) & 7) argument
191 #define xDependency_id(layer_id) (((layer_id) >> 3) & 15) argument
192 #define xTemporal_id(layer_id) ((layer_id)&7) argument
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c65 nir_variable *layer_id = in load_layer_id() local
68 if (layer_id == NULL) { in load_layer_id()
69 layer_id = nir_variable_create(b->shader, nir_var_shader_in, in load_layer_id()
71 layer_id->data.location = slot; in load_layer_id()
72 layer_id->data.interpolation = INTERP_MODE_FLAT; in load_layer_id()
73 layer_id->data.driver_location = b->shader->num_inputs++; in load_layer_id()
76 return nir_load_var(b, layer_id); in load_layer_id()
/third_party/flutter/engine/flutter/flow/layers/
Dchild_scene_layer.cc11 ChildSceneLayer::ChildSceneLayer(zx_koid_t layer_id, in ChildSceneLayer() argument
15 : layer_id_(layer_id), in ChildSceneLayer()
Dchild_scene_layer.h20 ChildSceneLayer(zx_koid_t layer_id,
/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c1580 vpx_svc_layer_id_t layer_id; in vpx_encode() local
1619 memset(&layer_id, 0, sizeof(layer_id)); in vpx_encode()
1623 layer_id.temporal_layer_id = strtoul(en->value, NULL, 10); in vpx_encode()
1625 layer_id.temporal_layer_id_per_spatial[0] = layer_id.temporal_layer_id; in vpx_encode()
1674 memset(&layer_id, 0, sizeof(layer_id)); in vpx_encode()
1676 layer_id.spatial_layer_id = 0; in vpx_encode()
1678 layer_id.temporal_layer_id = enccfg->ts_layer_id[ctx->current_temporal_idx]; in vpx_encode()
1680 layer_id.temporal_layer_id_per_spatial[0] = layer_id.temporal_layer_id; in vpx_encode()
1687 codecctl_int(avctx, VP8E_SET_TEMPORAL_LAYER_ID, layer_id.temporal_layer_id); in vpx_encode()
1691 codecctl_intp(avctx, VP9E_SET_SVC_LAYER_ID, (int *)&layer_id); in vpx_encode()
Dh265_metadata_bsf.c344 int pic_type = 0, temporal_id = 8, layer_id = 0; in h265_metadata_update_fragment() local
355 layer_id = nal->nuh_layer_id; in h265_metadata_update_fragment()
367 .nuh_layer_id = layer_id, in h265_metadata_update_fragment()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_modes.c75 EnumLayersCallback(DFBDisplayLayerID layer_id, DFBDisplayLayerDescription desc, in EnumLayersCallback() argument
83 devdata->vidlayer[devdata->aux] = layer_id; in EnumLayersCallback()
86 devdata->gralayer[devdata->aux] = layer_id; in EnumLayersCallback()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.h121 gint layer_id; member
Ddfbvideosink.c708 if (dfbvideosink->layer_id != DLID_PRIMARY) { in gst_dfbvideosink_enum_layers()
710 dfbvideosink->layer_id = id; in gst_dfbvideosink_enum_layers()
863 dfbvideosink->layer_id = -1; in gst_dfbvideosink_setup()
889 dfbvideosink->layer_id, &dfbvideosink->layer); in gst_dfbvideosink_setup()
1615 dfbvideosink->layer_id, lc.width, lc.height, in gst_dfbvideosink_setcaps()
2367 dfbvideosink->layer_id = -1; in gst_dfbvideosink_init()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265pay.c1281 guint8 layer_id = 0xFF; in gst_rtp_h265_pay_send_bundle() local
1304 layer_id = MIN (layer_id, nal_layer_id); in gst_rtp_h265_pay_send_bundle()
1318 ap_header[0] = (AP_TYPE_ID << 1) | (layer_id & 0x20); in gst_rtp_h265_pay_send_bundle()
1319 ap_header[1] = ((layer_id & 0x1F) << 3) | (temporal_id & 0x07); in gst_rtp_h265_pay_send_bundle()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h473 guint8 layer_id; member
1789 GstMemory * gst_h265_create_sei_memory (guint8 layer_id,
1795 GstMemory * gst_h265_create_sei_memory_hevc (guint8 layer_id,
Dgsth265parser.c247 nalu->layer_id = gst_bit_reader_get_bits_uint8_unchecked (&br, 6); in gst_h265_parse_nalu_header()
3896 gst_h265_create_sei_memory_internal (guint8 layer_id, guint8 temporal_id_plus1, in gst_h265_create_sei_memory_internal() argument
3916 WRITE_UINT8 (&nw, layer_id, 6); in gst_h265_create_sei_memory_internal()
4123 gst_h265_create_sei_memory (guint8 layer_id, guint8 temporal_id_plus1, in gst_h265_create_sei_memory() argument
4131 return gst_h265_create_sei_memory_internal (layer_id, temporal_id_plus1, in gst_h265_create_sei_memory()
4149 gst_h265_create_sei_memory_hevc (guint8 layer_id, guint8 temporal_id_plus1, in gst_h265_create_sei_memory_hevc() argument
4152 return gst_h265_create_sei_memory_internal (layer_id, temporal_id_plus1, in gst_h265_create_sei_memory_hevc()
4248 if (sei_nalu.layer_id != nalu.layer_id || sei_nalu.temporal_id_plus1 != in gst_h265_parser_insert_sei_internal()
4269 layer_id_temporal_id = ((nalu.layer_id << 3) & 0x1f8); in gst_h265_parser_insert_sei_internal()
Dgstmpegvideoparser.h334 guint8 layer_id; member
Dgstmpegvideoparser.c545 READ_UINT8 (&br, seqscaleext->layer_id, 4); in gst_mpeg_video_packet_parse_sequence_scalable_extension()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph265.c1025 guint layer_id; in GST_START_TEST() local
1079 layer_id = ((0x01 & payload[nal_hdr_idx]) << 5) | in GST_START_TEST()
1121 fail_unless (layer_id_min == layer_id); in GST_START_TEST()
Drtpvp8.c105 gboolean layer_sync, guint layer_id, guint tl0picidx) in add_vp8_meta() argument
116 "layer-id", G_TYPE_UINT, layer_id, in add_vp8_meta()
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_io.c210 nir_ssa_def *layer_id = in v3d_nir_lower_vpm_output() local
214 header = nir_ior(b, header, layer_id); in v3d_nir_lower_vpm_output()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c1107 mem = gst_h265_create_sei_memory (nalu.layer_id, in GST_START_TEST()
1119 mem = gst_h265_create_sei_memory_hevc (nalu.layer_id, in GST_START_TEST()
1143 mem = gst_h265_create_sei_memory (nalu.layer_id, in GST_START_TEST()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c69 nir_ssa_def *layer_id = nir_iadd(&vs_b, inst_id, base_instance); in build_color_shaders() local
70 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_color_shaders()
430 nir_ssa_def *layer_id = nir_iadd(&vs_b, inst_id, base_instance); in build_depthstencil_shader() local
431 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); in build_depthstencil_shader()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp5698 const unsigned int layer_id = n_face * 6 /* faces */ + n_layer; in initParentTextureContents() local
5700 gl.uniform1i(m_per_sample_filler_po_layer_id_location, layer_id); in initParentTextureContents()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c4191 const struct dxil_value *layer_id = dxil_module_get_int32_const(&ctx->mod, 0); in emit_load_layer_id() local
4193 store_dest_value(ctx, &intr->dest, 0, layer_id); in emit_load_layer_id()
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log11375 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11376 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11378 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11379 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11381 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11382 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11384 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…
11385 …on type '{ bounds: { height: number; width: number; }; children: ...[]; layer_id: number; position…