Home
last modified time | relevance | path

Searched defs:frameHeight (Results 1 – 25 of 58) sorted by relevance

123

/external/webrtc/sdk/android/src/java/org/webrtc/
DGlGenericDrawer.java57 void onPrepareShader(GlShader shader, float[] texMatrix, int frameWidth, int frameHeight, in onPrepareShader()
157 public void drawOes(int oesTextureId, float[] texMatrix, int frameWidth, int frameHeight, in drawOes()
176 public void drawRgb(int textureId, float[] texMatrix, int frameWidth, int frameHeight, in drawRgb()
195 public void drawYuv(int[] yuvTextures, float[] texMatrix, int frameWidth, int frameHeight, in drawYuv()
215 int frameHeight, int viewportWidth, int viewportHeight) { in prepareShader()
/external/webrtc/sdk/android/api/org/webrtc/
DRendererCommon.java46 void drawOes(int oesTextureId, float[] texMatrix, int frameWidth, int frameHeight, in drawOes()
48 void drawRgb(int textureId, float[] texMatrix, int frameWidth, int frameHeight, int viewportX, in drawRgb()
50 void drawYuv(int[] yuvTextures, float[] texMatrix, int frameWidth, int frameHeight, in drawYuv()
91 public Point measure(int widthSpec, int heightSpec, int frameWidth, int frameHeight) { in measure()
DVideoFrameDrawer.java33 Matrix renderMatrix, int frameWidth, int frameHeight, int viewportX, int viewportY, in drawTexture()
40 drawer.drawOes(buffer.getTextureId(), finalGlMatrix, frameWidth, frameHeight, viewportX, in drawTexture() local
44 drawer.drawRgb(buffer.getTextureId(), finalGlMatrix, frameWidth, frameHeight, viewportX, in drawTexture() local
152 int frameWidth, int frameHeight, @Nullable Matrix renderMatrix) { in calculateTransformedRenderSize()
DYuvConverter.java98 public void onPrepareShader(GlShader shader, float[] texMatrix, int frameWidth, int frameHeight, in onPrepareShader()
170 final int frameHeight = preparedBuffer.getHeight(); in convertInternal() local
DGlRectDrawer.java24 public void onPrepareShader(GlShader shader, float[] texMatrix, int frameWidth, int frameHeight, in onPrepareShader()
DFileVideoCapturer.java40 private final int frameHeight; field in FileVideoCapturer.VideoReaderY4M
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java134 private int frameHeight; in testFrame1280x720() field in SurfaceViewRendererOnMeasureTest.MockRendererEvents
139 public synchronized void waitForFrameSize(int frameWidth, int frameHeight, int rotation) in testFrame1280x720()
154 int frameWidth, int frameHeight, int rotation) { in testFrame1280x720()
DVideoFileRendererTest.java38 int frameHeight = 4; in testYuvRenderingToFile() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/
Ddecode_scalability_option.cpp210 uint32_t frameWidth, uint32_t frameHeight, MOS_FORMAT surfaceFormat) in IsResolutionMatchMultiPipeThreshold1()
225 uint32_t frameWidth, uint32_t frameHeight) in IsResolutionMatchMultiPipeThreshold2()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateClearTests.cpp225 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
290 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
350 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
434 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
DvktDynamicStateVPTests.cpp168 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
218 const int32_t frameHeight = referenceFrame.getHeight(); in buildReferenceFrame() local
403 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
DvktDynamicStateDSTests.cpp595 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
868 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
1010 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
1213 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
DvktDynamicStateCBTests.cpp168 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
DvktDynamicStateGeneralTests.cpp140 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
263 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
420 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
DvktDynamicStateRSTests.cpp556 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
672 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
776 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawSimpleTest.cpp205 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
357 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/packet/
Ddecode_av1_tile_packet.cpp280 uint32_t frameHeight = m_av1BasicFeature->m_av1PicParams->m_frameHeightMinus1 + 1; in GetFrameUncompressSize() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/
Dencode_avc_aqm.cpp105 …auto frameHeight = static_cast<uint32_t>(CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(basicFeature->m_seqPar… in MHW_SETPAR_DECL_SRC() local
Dencode_avc_vdenc_fastpass.cpp146 auto frameHeight = m_dsHeight / 16; in MHW_SETPAR_DECL_SRC() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp223 const int32_t frameHeight = referenceFrame.getHeight(); in iterate() local
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/features/
Dencode_aqm_feature.cpp96 uint32_t EncodeAqmFeature::EncodeAqmFeatureFunction0(uint32_t frameWidth, uint32_t frameHeight, uin… in EncodeAqmFeatureFunction0()
/external/intel-media-driver/media_driver/agnostic/gen11/hw/
Dmhw_mi_g11_X.cpp239 MOS_STATUS MhwMiInterfaceG11::SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, … in SetWatchdogTimerThreshold()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DObjectTracker.java96 protected final int frameHeight; field in ObjectTracker
207 final int frameWidth, final int frameHeight, final int rowStride, final boolean alwaysTrack) { in getInstance()
232 final int frameWidth, final int frameHeight, final int rowStride, final boolean alwaysTrack) { in ObjectTracker()
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/pipeline/
Ddecode_avc_pipeline.cpp116 uint32_t frameHeight = MOS_ALIGN_CEIL(height, 16); in Prepare() local
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoClipInfo.hpp110 uint32_t frameHeight{0}; member

123