| /foundation/window/window_manager/wm/test/unittest/ |
| H A D | window_session_impl_test2.cpp | 979 int32_t height = -1; in HWTEST_F() local
|
| /test/xts/acts/graphic/graphicnapitest/ |
| H A D | NativeWindowTest.cpp | 1485 int32_t height; in HWTEST_F() local
|
| H A D | NativeImageTest.cpp | 341 int32_t height = 0x100; in HWTEST_F() local 814 int32_t height = 0x100; in HWTEST_F() local 855 int32_t height = 2160; in HWTEST_F() local 897 int32_t height = 0x100; in HWTEST_F() local 943 int32_t height = 0x100; in HWTEST_F() local 985 int32_t height = 0x100; HWTEST_F() local 1028 int32_t height = 0x100; HWTEST_F() local 1071 int32_t height = 0x100; HWTEST_F() local 1114 int32_t height = 0x100; HWTEST_F() local 1156 int32_t height = 0x100; HWTEST_F() local 1195 int32_t height = 0x100; HWTEST_F() local [all...] |
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeDrawingCanvasTest.cpp | 170 constexpr int height = 300; in HWTEST_F() local 710 constexpr uint32_t height = 200; in HWTEST_F() local 730 constexpr uint32_t height = 200; in HWTEST_F() local 800 constexpr uint32_t height = 200; in HWTEST_F() local 849 constexpr uint32_t height in HWTEST_F() local 1271 constexpr uint32_t height = 720; HWTEST_F() local 1300 constexpr uint32_t height = 720; HWTEST_F() local 1324 constexpr uint32_t height = 720; // 720: height of canvas HWTEST_F() local [all...] |
| /test/xts/acts/graphic/graphicvulkannapitest/ |
| H A D | VulkanTest.cpp | 168 uint32_t height = 720; in GetSwapchainCreateInfo() local
|
| /test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/ |
| H A D | nativeAVScreenCapturendk.cpp | 52 int32_t height = 1280; in SetConfig() local
|
| /test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/ |
| H A D | avplayer_ndk_test.cpp | 369 int32_t height; in OhAvPlayerGetVideoHeight() local
|
| /test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
| H A D | ActsMediaCameraTest.cpp | 148 int32_t height = 1080;
in SampleCreateRecorder() local 382 int height = 480;
in StartPreview() local
|
| /test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/ |
| H A D | effect_filter_test.cpp | 246 int32_t height; in OHEffectBufferInfoSetHeight() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cavsdec.c | 1176 int width, height; in decode_seq_header() local [all...] |
| H A D | cfhd.c | 118 static inline void difference_coding(int16_t *band, int width, int height) in difference_coding() argument 275 int height = (i || bayer) ? s->coded_height >> chroma_y_shift : s->coded_height; in alloc_buffers() local 678 unsigned height = s->cropped_height << (avctx->pix_fmt == AV_PIX_FMT_BAYER_RGGB16); cfhd_decode() local [all...] |
| H A D | h264_metadata_bsf.c | 270 int width, height, dpb_frames; in h264_metadata_update_sps() local
|
| H A D | av1dec.c | 670 int height = seq->max_frame_height_minus_1 + 1; in set_context_with_sequence() local 720 int height = header->frame_height_minus_1 + 1; in update_context_with_frame_header() local
|
| H A D | dds.c | 575 int width, height; in dds_decode() local [all...] |
| H A D | ituh263dec.c | 1090 int format, width, height, i, ret; in ff_h263_decode_picture_header() local [all...] |
| H A D | mjpegdec.h | 93 int width, height; member
|
| H A D | gifdec.c | 133 int left, top, width, height, bits_per_pixel, code_size, flags, pw; in gif_read_image() local [all...] |
| H A D | h264dec.c | 99 ff_h264_draw_horiz_band(const H264Context *h, H264SliceContext *sl, int y, int height) ff_h264_draw_horiz_band() argument
|
| H A D | lagarith.c | 432 lag_decode_arith_plane(LagarithContext *l, uint8_t *dst, int width, int height, int stride, const uint8_t *src, int src_size) lag_decode_arith_plane() argument [all...] |
| H A D | cuviddec.c | 79 int height; member 527 int height = avctx->height >> (i ? pixdesc->log2_chroma_h : 0); cuvid_output_frame() local [all...] |
| H A D | dnxhddec.c | 60 unsigned int width, height; member [all...] |
| H A D | h264_mb.c | 39 get_lowest_part_list_y(H264SliceContext *sl, int n, int height, int y_offset, int list) get_lowest_part_list_y() argument 52 get_lowest_part_y(const H264Context *h, H264SliceContext *sl, int16_t refs[2][48], int n, int height, int y_offset, int list0, int list1, int *nrefs) get_lowest_part_y() argument 205 mc_dir_part(const H264Context *h, H264SliceContext *sl, H264Ref *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, const qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) mc_dir_part() argument 321 mc_part_std(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_std() argument 369 mc_part_weighted(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_weighted() argument [all...] |
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | hevc_mc_uniw_lsx.c | 34 hevc_hv_8t_8x2_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t width) hevc_hv_8t_8x2_lsx() argument 210 hevc_hv_8t_8w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_8w_lsx() argument 220 hevc_hv_8t_16w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_16w_lsx() argument 230 hevc_hv_8t_24w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_24w_lsx() argument 240 hevc_hv_8t_32w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_32w_lsx() argument 250 hevc_hv_8t_48w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_48w_lsx() argument 260 hevc_hv_8t_64w_lsx(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val) hevc_hv_8t_64w_lsx() argument [all...] |
| H A D | hpeldsp_lasx.c | 1144 common_hv_bil_16w_lasx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_16w_lasx() argument 1237 common_hv_bil_8w_lasx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_8w_lasx() argument
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | me_cmp_msa.c | 24 sad_8width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_8width_msa() argument 46 sad_16width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_16width_msa() argument 71 sad_horiz_bilinear_filter_8width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_horiz_bilinear_filter_8width_msa() argument 113 sad_horiz_bilinear_filter_16width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_horiz_bilinear_filter_16width_msa() argument 151 sad_vert_bilinear_filter_8width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_vert_bilinear_filter_8width_msa() argument 189 sad_vert_bilinear_filter_16width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_vert_bilinear_filter_16width_msa() argument 227 sad_hv_bilinear_filter_8width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_hv_bilinear_filter_8width_msa() argument 283 sad_hv_bilinear_filter_16width_msa(uint8_t *src, int32_t src_stride, uint8_t *ref, int32_t ref_stride, int32_t height) sad_hv_bilinear_filter_16width_msa() argument 406 sse_4width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_4width_msa() argument 434 sse_8width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_8width_msa() argument 461 sse_16width_msa(uint8_t *src_ptr, int32_t src_stride, uint8_t *ref_ptr, int32_t ref_stride, int32_t height) sse_16width_msa() argument 590 ff_pix_abs16_msa(MpegEncContext *v, uint8_t *src, uint8_t *ref, ptrdiff_t stride, int height) ff_pix_abs16_msa() argument 596 ff_pix_abs8_msa(MpegEncContext *v, uint8_t *src, uint8_t *ref, ptrdiff_t stride, int height) ff_pix_abs8_msa() argument 638 ff_sse16_msa(MpegEncContext *v, uint8_t *src, uint8_t *ref, ptrdiff_t stride, int height) ff_sse16_msa() argument 644 ff_sse8_msa(MpegEncContext *v, uint8_t *src, uint8_t *ref, ptrdiff_t stride, int height) ff_sse8_msa() argument 650 ff_sse4_msa(MpegEncContext *v, uint8_t *src, uint8_t *ref, ptrdiff_t stride, int height) ff_sse4_msa() argument [all...] |