/external/openscreen/cast/standalone_sender/ |
D | looping_file_sender.cc | 118 frame.height = av_frame.height - av_frame.crop_top - av_frame.crop_bottom; in OnVideoFrame() 120 av_frame.linesize[0] * av_frame.crop_top; in OnVideoFrame() 122 av_frame.linesize[1] * av_frame.crop_top / 2; in OnVideoFrame() 124 av_frame.linesize[2] * av_frame.crop_top / 2; in OnVideoFrame()
|
/external/webp/src/dec/ |
D | alpha_dec.c | 91 io->crop_top = src_io->crop_top; in ALPHInit() 214 uint8_t* const alpha = dec->alpha_plane_ + io->crop_top * width in VP8DecompressAlphaRows() 218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
|
D | vp8_dec.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member
|
D | frame_dec.c | 461 if (y_start < io->crop_top) { in FinishRow() 462 const int delta_y = io->crop_top - y_start; in FinishRow() 463 y_start = io->crop_top; in FinishRow() 479 io->mb_y = y_start - io->crop_top; in FinishRow() 583 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()
|
D | io_dec.c | 95 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB() 166 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow() 168 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
|
D | vp8l_dec.c | 721 if (y_start < io->crop_top) { in SetCropWindow() 722 const int delta = io->crop_top - y_start; in SetCropWindow() 723 y_start = io->crop_top; in SetCropWindow() 730 io->mb_y = y_start - io->crop_top; in SetCropWindow() 862 alph_dec->filter_ == WEBP_FILTER_HORIZONTAL) ? dec->io_->crop_top in ExtractPalettedAlphaRows()
|
D | webp_dec.c | 800 y = options->crop_top; in WebPIoInitFromOptions() 810 io->crop_top = y; in WebPIoInitFromOptions()
|
D | buffer_dec.c | 190 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | mediacodec_decoder.cpp | 465 int32_t crop_top = 0; in GetOutputFormat() local 469 if (!AMediaFormat_getRect(format, AMEDIAFORMAT_KEY_DISPLAY_CROP, &crop_left, &crop_top, in GetOutputFormat() 473 crop_top = 0; in GetOutputFormat() 479 if (crop_left != 0 || crop_top != 0) { in GetOutputFormat() 480 ALOGE("Crop origin is not (0,0): (%d,%d)", crop_left, crop_top); in GetOutputFormat() 498 Size(crop_right - crop_left + 1, crop_bottom - crop_top + 1), color_format); in GetOutputFormat()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchToSpace.pbtxt | 19 crops = [[crop_top, crop_bottom], [crop_left, crop_right]] 27 height = height_pad - crop_top - crop_bottom
|
/external/openscreen/cast/standalone_receiver/ |
D | sdl_video_player.cc | 143 static_cast<int>(picture.crop_left), static_cast<int>(picture.crop_top), in RenderNextFrame() 146 static_cast<int>(picture.crop_top + picture.crop_bottom)}; in RenderNextFrame()
|
/external/webp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 41 config.options.crop_top = config.input.height - config.options.crop_height; in LLVMFuzzerTestOneInput()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc.c | 56 enc->enc_pic.crop_top = pic->pic_ctrl.enc_frame_crop_top_offset; in radeon_vcn_enc_get_param() 61 enc->enc_pic.crop_top = 0; in radeon_vcn_enc_get_param() 113 enc->enc_pic.crop_top = pic->seq.conf_win_top_offset; in radeon_vcn_enc_get_param() 118 enc->enc_pic.crop_top = 0; in radeon_vcn_enc_get_param()
|
D | radeon_uvd_enc.c | 67 enc->enc_pic.crop_top = pic->seq.conf_win_top_offset; in radeon_uvd_enc_get_param() 72 enc->enc_pic.crop_top = 0; in radeon_uvd_enc_get_param()
|
D | radeon_vcn_enc_2_0.c | 147 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps_hevc() 151 radeon_enc_code_ue(enc, enc->enc_pic.crop_top); in radeon_enc_nalu_sps_hevc()
|
D | radeon_uvd_enc.h | 341 unsigned crop_top; member
|
D | radeon_vcn_enc_1_2.c | 328 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps() 332 radeon_enc_code_ue(enc, enc->enc_pic.crop_top); in radeon_enc_nalu_sps() 401 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps_hevc() 405 radeon_enc_code_ue(enc, enc->enc_pic.crop_top); in radeon_enc_nalu_sps_hevc()
|
D | radeon_vcn_enc.h | 419 unsigned crop_top; member
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument 786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument 786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument 786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
|
/external/webp/include/webp/ |
D | decode.h | 449 int crop_left, crop_top; // top-left position for cropping. member
|
/external/webp/src/webp/ |
D | decode.h | 449 int crop_left, crop_top; // top-left position for cropping. member
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 411 config.options.crop_top = subset.y(); in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 431 config.options.crop_top = subset.y(); in onGetPixels()
|