/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | video_frame.cpp | 51 const Size& coded_size, const Size& visible_size, in Create() argument 53 if (coded_size.IsEmpty() || visible_size.IsEmpty() || (visible_size.width > coded_size.width) || in Create() 54 (visible_size.height > coded_size.height) || (coded_size.width % 2 != 0) || in Create() 55 (coded_size.height % 2 != 0) || (visible_size.width % 2 != 0) || in Create() 57 ALOGE("Size are not valid: coded: %dx%d, visible: %dx%d", coded_size.width, in Create() 58 coded_size.height, visible_size.width, visible_size.height); in Create() 68 if (data_size < coded_size.width * coded_size.height * 3 / 2) { in Create() 69 ALOGE("data_size(=%zu) is not enough for coded_size(=%dx%d)", data_size, coded_size.width, in Create() 70 coded_size.height); in Create() 77 if (data_size > coded_size.width * coded_size.height * 3 / 2) { in Create() [all …]
|
D | video_decoder_e2e_test.cpp | 131 Size coded_size; member 176 VideoFrame::Create(data, buffer_size, output_format_.coded_size, in VerifyMD5() 195 VideoFrame::Create(data, buffer_size, output_format_.coded_size, in OutputToFile() 207 void UpdateOutputFormat(const Size& coded_size, const Size& visible_size, in UpdateOutputFormat() argument 209 output_format_.coded_size = coded_size; in UpdateOutputFormat() 235 void VerifyOutputFormat(const Size& coded_size, const Size& visible_size, in VerifyOutputFormat() argument 237 ASSERT_FALSE(coded_size.IsEmpty()); in VerifyOutputFormat() 239 ASSERT_LE(visible_size.width, coded_size.width); in VerifyOutputFormat() 240 ASSERT_LE(visible_size.height, coded_size.height); in VerifyOutputFormat() 243 coded_size.width, coded_size.height, visible_size.width, visible_size.height, in VerifyOutputFormat() [all …]
|
D | video_frame.h | 23 const Size& coded_size, const Size& visible_size, 55 VideoFrame(const uint8_t* data, const Size& coded_size, const Size& visible_size,
|
/external/libaom/libaom/aom/src/ |
D | aom_integer.c | 59 size_t *coded_size) { in aom_uleb_encode() argument 62 leb_size > available || !coded_value || !coded_size) { in aom_uleb_encode() 75 *coded_size = leb_size; in aom_uleb_encode() 81 size_t *coded_size) { in aom_uleb_encode_fixed_size() argument 82 if (value > kMaximumLeb128Value || !coded_value || !coded_size || in aom_uleb_encode_fixed_size() 103 *coded_size = pad_to_size; in aom_uleb_encode_fixed_size()
|
/external/libaom/libaom/test/ |
D | aom_integer_test.cc | 154 size_t coded_size = 0; in TEST() local 156 aom_uleb_encode(kValidTestValue, kWriteBufferSize, NULL, &coded_size), in TEST() 164 &write_buffer[0], &coded_size), in TEST() 169 &write_buffer[0], &coded_size), in TEST() 175 &coded_size), in TEST()
|
/external/libaom/libaom/aom/ |
D | aom_integer.h | 89 size_t *coded_size); 97 size_t *coded_size);
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | VideoPixelFormat.h | 66 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size); 70 const android::ui::Size& coded_size);
|
/external/curl/tests/libtest/ |
D | lib571.c | 58 int coded_size = RTP_PKT_LENGTH(data); in rtp_write() local 66 if(message_size != coded_size) { in rtp_write() 68 coded_size, message_size); in rtp_write()
|
/external/v4l2_codec2/common/ |
D | VideoPixelFormat.cpp | 223 size_t allocationSize(VideoPixelFormat format, const android::ui::Size& coded_size) { in allocationSize() argument 226 android::ui::Size plane_size = planeSize(format, i, coded_size); in allocationSize() 234 const android::ui::Size& coded_size) { in planeSize() argument 237 int width = coded_size.width; in planeSize() 238 int height = coded_size.height; in planeSize()
|
/external/webp/src/enc/ |
D | vp8l_enc.c | 1170 size_t* const coded_size) { in WriteImage() argument 1193 *coded_size = CHUNK_HEADER_SIZE + riff_size; in WriteImage() 1838 size_t coded_size; in VP8LEncodeImage() local 1901 err = WriteImage(picture, &bw, &coded_size); in VP8LEncodeImage() 1909 picture->stats->coded_size += (int)coded_size; in VP8LEncodeImage() 1910 picture->stats->lossless_size = (int)coded_size; in VP8LEncodeImage()
|
D | webp_enc.c | 296 stats->coded_size = enc->coded_size_; in StoreStats()
|
D | alpha_enc.c | 351 pic->stats->coded_size += (int)(*output_size); in EncodeAlpha()
|
/external/webp/src/webp/ |
D | encode.h | 205 int coded_size; // final size member
|
/external/webp/include/webp/ |
D | encode.h | 205 int coded_size; // final size member
|
/external/mesa3d/src/gallium/frontends/va/ |
D | buffer.c | 144 ((VACodedBufferSegment*)buf->data)->size = buf->coded_size; in vlVaMapBuffer()
|
D | va_private.h | 273 unsigned int coded_size; member
|
D | surface.c | 139 … context->decoder->get_feedback(context->decoder, surf->feedback, &(surf->coded_buf->coded_size)); in vlVaSyncSurface()
|
/external/openscreen/cast/streaming/ |
D | remoting.proto | 235 optional Size coded_size = 6; field
|