Searched refs:vps (Results 1 – 12 of 12) sorted by relevance
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/ |
D | H265Reader.java | 65 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/ |
D | draw_context.c | 388 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/ |
D | vrend_renderer.c | 624 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 …]
|
D | vrend_decode.c | 245 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/ |
D | galaxy-s5-global.log | 712 <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
|
D | galaxy-s5-us.log | 1613 <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(…
|
D | galaxy-s6.log | 901 [ 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…
|
D | galaxy-s7-us.log | 1765 [ 1.923359] [3: swapper/0: 1] muic-universal:vps_find_attached_dev vps table match foun…
|
D | galaxy-s7-global.log | 941 [ 1.524086] [4: swapper/0: 1] muic-universal:vps_find_attached_dev vps table match foun…
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 890 def VSTRQ : WInst<"vstrq", "vps", "Pk">;
|
/external/vulkan-validation-layers/tests/ |
D | vkpositivelayertests.cpp | 7427 …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/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2425 - prog_to_nir: fix write from vps to FOG
|