/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/ |
D | DisplayPlaneManager.cpp | 52 DisplayPlane *plane = mPlanes[i].itemAt(j); in deinitialize() local 95 DisplayPlane* plane = allocPlane(j, i); in initialize() local 194 void DisplayPlaneManager::putPlane(int /* dsp */, DisplayPlane& plane) in putPlane() 257 void DisplayPlaneManager::reclaimPlane(int /* dsp */, DisplayPlane& plane) in reclaimPlane() 290 DisplayPlane* plane = mPlanes[i].itemAt(j); in disableReclaimedPlanes() local 312 DisplayPlane* plane = (DisplayPlane *)mPlanes[i][j]; in isOverlayPlanesDisabled() local
|
/hardware/intel/img/hwcomposer/merrifield/common/planes/ |
D | DisplayPlaneManager.cpp | 52 DisplayPlane *plane = mPlanes[i].itemAt(j); in deinitialize() local 95 DisplayPlane* plane = allocPlane(j, i); in initialize() local 194 void DisplayPlaneManager::putPlane(int dsp, DisplayPlane& plane) in putPlane() 257 void DisplayPlaneManager::reclaimPlane(int dsp, DisplayPlane& plane) in reclaimPlane() 290 DisplayPlane* plane = mPlanes[i].itemAt(j); in disableReclaimedPlanes() local 312 DisplayPlane* plane = (DisplayPlane *)mPlanes[i][j]; in isOverlayPlanesDisabled() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.c | 84 int plane = 0; in read_yuv_frame() local 206 int vpx_img_plane_width(const vpx_image_t *img, int plane) { in vpx_img_plane_width() 213 int vpx_img_plane_height(const vpx_image_t *img, int plane) { in vpx_img_plane_height() 221 int plane; in vpx_img_write() local 238 int plane; in vpx_img_read() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane() 108 static void optimize_b(int plane, int block, BLOCK_SIZE plane_bsize, in optimize_b() 317 void vp9_xform_quant(MACROBLOCK *x, int plane, int block, in vp9_xform_quant() 367 static void encode_block(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block() 428 static void encode_block_pass1(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block_pass1() 457 int plane; in vp9_encode_sb() local 475 static void encode_block_intra(int plane, int block, BLOCK_SIZE plane_bsize, in encode_block_intra() 601 void vp9_encode_block_intra(MACROBLOCK *x, int plane, int block, in vp9_encode_block_intra() 609 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_encode_intra_block_plane()
|
D | vp9_tokenize.c | 167 static void set_entropy_context_b(int plane, int block, BLOCK_SIZE plane_bsize, in set_entropy_context_b() 209 static void tokenize_b(int plane, int block, BLOCK_SIZE plane_bsize, in tokenize_b() 293 static void is_skippable(int plane, int block, in is_skippable() 300 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_is_skippable_in_plane()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngPlaneManager.cpp | 53 DisplayPlane *plane = 0; in allocPlane() local 183 DisplayPlane *plane = getPlane(type, index); in getPlaneHelper() local
|
D | TngPrimaryPlane.cpp | 150 DisplayPlane *plane = zorderConfig[i]->plane; in setZOrderConfig() local
|
D | TngSpritePlane.cpp | 203 DisplayPlane *plane = zorderConfig[i]->plane; in setZOrderConfig() local
|
D | TngDisplayContext.cpp | 96 DisplayPlane* plane = layerList->getPlane(i); in commitContents() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayer.cpp | 90 bool HwcLayer::attachPlane(DisplayPlane* plane, int device) in attachPlane() 114 DisplayPlane *plane = mPlane; in detachPlane() local
|
D | HwcLayerList.cpp | 363 DisplayPlane *plane = hwcLayer->detachPlane(); in deinitialize() local 931 DisplayPlane *plane; in dump() local 1015 DisplayPlane *plane = mLayers[i]->getPlane(); in dump() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.c | 40 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane() 93 int plane; in vp9_foreach_transformed_block() local
|
D | vp9_reconinter.c | 142 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block, in build_inter_predictors() 204 int plane; in build_inter_predictors_for_planes() local 246 static void dec_build_inter_predictors(MACROBLOCKD *xd, int plane, int block, in dec_build_inter_predictors() 387 int plane; in vp9_dec_build_inter_predictors_sb() local
|
D | vp9_reconintra.c | 319 int plane) { in build_intra_predictors() 442 int aoff, int loff, int plane) { in vp9_predict_intra_block()
|
D | vp9_loopfilter.c | 905 struct macroblockd_plane *plane, in filter_block_plane_non420() 1043 struct macroblockd_plane *const plane, in vp9_filter_block_plane() 1207 int plane; in vp9_loop_filter_rows() local
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayer.cpp | 110 bool HwcLayer::attachPlane(DisplayPlane* plane, int device) in attachPlane() 134 DisplayPlane *plane = mPlane; in detachPlane() local
|
D | HwcLayerList.cpp | 295 DisplayPlane *plane = hwcLayer->detachPlane(); in deinitialize() local 989 DisplayPlane *plane; in dump() local 1073 DisplayPlane *plane = mLayers[i]->getPlane(); in dump() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | md5_helper.h | 25 for (int plane = 0; plane < 3; ++plane) { in Add() local
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DisplayPlaneManager.h | 39 DisplayPlane *plane; member
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DisplayPlaneManager.h | 39 DisplayPlane *plane; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | decode_to_md5.c | 47 int plane, y; in get_image_md5() local
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 168 struct v4l2_plane plane; in async_venc_message_thread() local 1439 struct v4l2_plane plane; in venc_use_buf() local 1570 struct v4l2_plane plane; in venc_empty_buf() local 1658 struct v4l2_plane plane; in venc_fill_buf() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngDisplayContext.cpp | 96 DisplayPlane* plane = layerList->getPlane(i); in commitContents() local
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 112 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() local 292 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in async_message_thread() local 3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in use_output_buffer() local 4357 struct v4l2_plane plane; in use_input_buffers() local 4768 struct v4l2_plane plane; in allocate_input_buffer() local 5009 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in allocate_output_buffer() local 5563 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in empty_this_buffer_proxy() local 5780 struct v4l2_plane plane[VIDEO_MAX_PLANES]; in fill_this_buffer_proxy() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 106 int plane; in loop_filter_rows_mt() local
|