HomeSort by relevance Sort by last modified time
    Searched refs:layer (Results 676 - 700 of 1091) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 492 img->layer = 0;
575 img->layer = 0;
638 img->layer = image->layer;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 70 int layer; /* current video layer */ member in struct:tagApplicationData
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 36 int BitstreamOpen(BitstreamDecVideo *stream, int layer);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 157 /** @brief Specifies encoded heights in pixels, height[n] represents the n-th layer's height. */
160 /** @brief Specifies encoded widths in pixels, width[n] represents the n-th layer's width.*/
163 /** @brief Specifies target frame rates in frames per second, frameRate[n] represents the n-th layer's target frame rate.*/
166 /** @brief Specifies target bit rates in bits per second unit, bitRate[n] represents the n-th layer's target bit rate. */
169 /** @brief Specifies default quantization parameters for I-Vop. Iquant[n] represents the n-th layer default quantization parameter. The default is Iquant[0]=12.*/
172 /** @brief Specifies default quantization parameters for P-Vop. Pquant[n] represents the n-th layer default quantization parameter. The default is Pquant[0]=10.*/
175 /** @brief specifies quantization mode (H263 mode or MPEG mode) of the encoded base and enhance layer (if any).
273 * @param layer is the layer of the requested VOL header.
276 OSCL_IMPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int layer);
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 120 // force matrix/clip isolation for layer
191 status_t DisplayListRenderer::drawLayer(Layer* layer, float x, float y) {
192 layer = refLayer(layer);
193 addDrawOp(new (alloc()) DrawLayerOp(layer, x, y));
  /frameworks/native/services/inputflinger/
InputWindow.h 136 int32_t layer; member in struct:android::InputWindowInfo
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 311 // After calling Destroy(), the plugin instance assumes that the layer is not
312 // used by us anymore, so it may destroy the layer before this object goes
325 void RenderWidgetFullscreenPepper::SetLayer(blink::WebLayer* layer) {
326 layer_ = layer;
  /external/chromium_org/ppapi/proxy/
compositor_layer_resource.cc 31 const ScopedPPResource& layer,
65 const ScopedPPResource& layer,
163 // If the PP_Resource of this layer is released by the plugin, the
165 // in this layer may still being used by chromium compositor. So we have to
170 ScopedPPResource(pp_resource()), // Keep layer alive.
216 // If the PP_Resource of this layer is released by the plugin, the
218 // in this layer may still being used by chromium compositor. So we have to
223 ScopedPPResource(pp_resource()), // Keep layer alive.
356 // The layer's image has been set and it is not committed.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCEAGLVideoView.m 125 _glkView.layer.masksToBounds = YES;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 369 unsigned layer,
377 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
402 assert(layer == 0);
419 map = llvmpipe_get_texture_image(lpr, layer, level,
435 unsigned layer)
445 assert(layer == 0);
448 (void) llvmpipe_get_texture_image(lpr, layer, level,
742 unsigned level, int layer)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 332 stimg->layer = img->layer;
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 176 log << TestLog::Message << "Creating a framebuffer object for each layer-face" << TestLog::EndMessage;
178 // Generate an FBO for each layer-face
193 log << TestLog::Message << "Rendering test images to layer-faces in randomized order" << TestLog::EndMessage;
233 const int layer = layerFace / 6; local
242 arrayTexShader.setLayer(layer);
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsFboUtil.hpp 341 TextureLayerAttachment (void) : layer(0) {}
343 glw::GLsizei layer; member in struct:deqp::gls::FboUtil::config::TextureLayerAttachment
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type)
108 dumpbin((char*) p, len, layer, type);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 369 unsigned layer,
377 assert(layer < (u_minify(resource->depth0, level) + resource->array_size - 1));
402 assert(layer == 0);
419 map = llvmpipe_get_texture_image(lpr, layer, level,
435 unsigned layer)
445 assert(layer == 0);
448 (void) llvmpipe_get_texture_image(lpr, layer, level,
742 unsigned level, int layer)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 332 stimg->layer = img->layer;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityWindowInfo.java 105 * Gets the layer which determines the Z-order of the window. Windows
106 * with greater layer appear on top of windows with lesser layer.
108 * @return The window layer.
115 * Sets the layer which determines the Z-order of the window. Windows
116 * with greater layer appear on top of windows with lesser layer.
118 * @param The window layer.
122 public void setLayer(int layer) {
123 mLayer = layer;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 47 #include "../Layer.h" // needed only for debugging
898 * This holds the pointer to the concrete hwc layer type
906 Iterable(HWCTYPE* layer) : mLayerList(layer), mCurrentLayer(layer) { }
928 HWCLayerVersion1(struct hwc_composer_device_1* hwc, hwc_layer_1_t* layer)
929 : Iterable<HWCLayerVersion1, hwc_layer_1_t>(layer), mHwc(hwc) { }
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 164 // We need an FB layer handle check to cater for this usecase:
224 hwc_layer_1_t *layer = &list->hwLayers[i]; local
225 layer->compositionType = HWC_OVERLAY;
  /external/chromium_org/media/base/
container_names.cc 109 // Layer is always 0.
1039 int layer = ReadBits(&reader, 2); local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 186 unsigned layer = (ptr[1] >> 1) & 3; local
188 if (layer != 0) {
219 unsigned layer = (ptr[1] >> 1) & 3; local
221 if (layer == 0) {
620 bits.skipBits(3); // ID, layer
906 unsigned layer = 4 - ((header >> 17) & 3); local
925 switch (layer) {
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 1408 hwc_layer_1_t *layer = &hwcList->hwLayers[0]; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c 170 /* This function tries to find the SSL layer in the stack.
171 * It searches for the first SSL layer at or below the argument fd,
172 * and failing that, it searches for the nearest SSL layer above the
173 * argument fd. It returns the private sslSocket from the found layer.
178 PRFileDesc *layer; local
184 layer = PR_GetIdentitiesLayer(fd, ssl_layer_id);
185 if (layer == NULL) {
190 ss = (sslSocket *)layer->secret;
191 ss->fd = layer;
2870 PRFileDesc *layer = NULL; local
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 724 // Lazily allocate compositing layer.
900 // TODO(johnme): Should redraw this frame if the layer bounds change; but
901 // there seems no easy way to listen for the layer resizing (as opposed to
    [all...]

Completed in 1096 milliseconds

<<21222324252627282930>>