Home
last modified time | relevance | path

Searched refs:vps (Results 1 – 13 of 13) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DH265Reader.java65 private final NalUnitTargetBuffer vps; field in H265Reader
84 vps = new NalUnitTargetBuffer(VPS_NUT, 128); in H265Reader()
96 vps.reset(); in seek()
178 vps.startNalUnit(nalUnitType); in startNalUnit()
190 vps.appendToNalUnit(dataArray, offset, limit); in nalUnitData()
202 vps.endNalUnit(discardPadding); in endNalUnit()
205 if (vps.isCompleted() && sps.isCompleted() && pps.isCompleted()) { in endNalUnit()
206 output.format(parseMediaFormat(formatId, vps, sps, pps)); in endNalUnit()
230 NalUnitTargetBuffer vps, in parseMediaFormat() argument
234 byte[] csdData = new byte[vps.nalLength + sps.nalLength + pps.nalLength]; in parseMediaFormat()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c388 const struct pipe_viewport_state *vps ) in draw_set_viewport_states() argument
390 const struct pipe_viewport_state *viewport = vps; in draw_set_viewport_states()
396 memcpy(draw->viewports + start_slot, vps, in draw_set_viewport_states()
/external/virglrenderer/src/
Dvrend_renderer.c624 struct vrend_viewport vps[PIPE_MAX_VIEWPORTS]; member
2645 if (ctx->sub->vps[idx].cur_x != x || in vrend_set_viewport_states()
2646 ctx->sub->vps[idx].cur_y != y || in vrend_set_viewport_states()
2647 ctx->sub->vps[idx].width != width || in vrend_set_viewport_states()
2648 ctx->sub->vps[idx].height != height || in vrend_set_viewport_states()
2649 ctx->sub->vps[idx].near_val != near_val || in vrend_set_viewport_states()
2650 ctx->sub->vps[idx].far_val != far_val || in vrend_set_viewport_states()
2652 ctx->sub->vps[idx].cur_x = x; in vrend_set_viewport_states()
2653 ctx->sub->vps[idx].cur_y = y; in vrend_set_viewport_states()
2654 ctx->sub->vps[idx].width = width; in vrend_set_viewport_states()
[all …]
Dvrend_decode.c245 struct pipe_viewport_state vps[PIPE_MAX_VIEWPORTS]; in vrend_decode_set_viewport_state() local
263 vps[v].scale[i] = uif(get_buf_entry(buf, VIRGL_SET_VIEWPORT_STATE_SCALE_0(v) + i)); in vrend_decode_set_viewport_state()
265 vps[v].translate[i] = uif(get_buf_entry(buf, VIRGL_SET_VIEWPORT_STATE_TRANSLATE_0(v) + i)); in vrend_decode_set_viewport_state()
268 vrend_set_viewport_states(ctx, start_slot, num_viewports, vps); in vrend_decode_set_viewport_state()
/external/cpuinfo/test/dmesg/
Dgalaxy-s5-global.log712 <6>[ 1.352436] [c7] muic-max77804k:muic_check_vps_adc vps(TA) adc(0x1f) ret(1)
713 <6>[ 1.352452] [c7] muic-max77804k:muic_check_vps_vbvolt vps(TA) vbvolt(0x40) ret(1)
714 <6>[ 1.352467] [c7] muic-max77804k:muic_check_vps_chgdetrun vps(TA) chgdetrun(0x00) ret(1)
715 <6>[ 1.352483] [c7] muic-max77804k:muic_check_vps_adc vps(USB) adc(0x1f) ret(1)
716 <6>[ 1.352498] [c7] muic-max77804k:muic_check_vps_vbvolt vps(USB) vbvolt(0x40) ret(1)
717 <6>[ 1.352513] [c7] muic-max77804k:muic_check_vps_chgdetrun vps(USB) chgdetrun(0x00) ret(1)
718 <6>[ 1.352528] [c7] muic-max77804k:muic_check_vps_chgtyp vps(USB) chgtyp(0x01) ret(1)
720 <6>[ 1.352557] [c7] muic-max77804k:max77804k_muic_detect_dev vps table match found at i(8), USB
2067 <6>[ 5.414083] [c6] muic-max77804k:muic_lookup_vps_table (1) vps table match found at i(8), USB
Dgalaxy-s5-us.log1613 <6>[ 3.907593] max77804k-muic max77804k-muic: func:max77804k_muic_show_manualsw ap(0),cp(1),vps(…
2753 <6>[ 14.001321] max77804k-muic max77804k-muic: func:max77804k_muic_show_manualsw ap(0),cp(1),vps(…
Dgalaxy-s6.log901 [ 0.573666] [4: swapper/0: 1] muic-max77843:max77843_muic_detect_dev vps table match fo…
3180 [ 4.719701] [7: cbd: 3108] muic-max77843:muic_lookup_vps_table (1) vps table match f…
Dgalaxy-s7-global.log941 [ 1.524086] [4: swapper/0: 1] muic-universal:vps_find_attached_dev vps table match foun…
Dgalaxy-s7-us.log1765 [ 1.923359] [3: swapper/0: 1] muic-universal:vps_find_attached_dev vps table match foun…
/external/clang/include/clang/Basic/
Darm_neon.td890 def VSTRQ : WInst<"vstrq", "vps", "Pk">;
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp7427 …std::vector<VkViewport> vps = {{0.0f, 0.0f, m_width / 2.0f, m_height}, {m_width / 2.0f, 0.0f, m_wi… in TEST_F() local
7451 pipe.SetViewport(vps); in TEST_F()
/external/kotlinc/lib/
Dkotlinx-serialization-compiler-plugin.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/mesa3d/docs/relnotes/
D19.1.0.rst2425 - prog_to_nir: fix write from vps to FOG