Searched defs:height (Results 76 - 100 of 674) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_quarter.s47 height RN 5 label
106 LDR height, [sp,#0x21c] ;// height
107 CMP tmp2, height
113 LDR height, [sp,#0x21c] ;// height
116 STMIB sp, {height, tmp4} ;// sp+4 = height, sp+8 = partWidth+5
H A Dh264bsd_interpolate_hor_ver_quarter.s49 height RN 5 label
110 LDR height, [sp,#0x21c] ;// height
113 CMP tmp5, height
120 LDR height, [sp,#0x21c] ;// height
123 STMIB sp, {height, tmpa} ;// sp+4 = height, sp+8 = partWidth+5
H A Dh264bsd_interpolate_ver_half.s47 height RN 5 label
105 LDR height, [sp,#0x21c] ;// height
106 CMP tmp6, height
113 LDR height, [sp,#0x21c] ;// height
115 STMIB sp, {height, partW} ;// sp+4 = height, sp+8 = partWidth
H A Dh264bsd_interpolate_ver_quarter.s46 height RN 5 label
104 LDR height, [sp,#0x21c] ;// height
105 CMP tmp6, height
112 LDR height, [sp,#0x21c] ;// height
114 STMIB sp, {height, partW} ;// sp+4 = height, sp+8 = partWidth
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c130 u32 width, height; local
143 height = currImage->height;
176 H264SwDecMemset(currImage->data, 128, width*height*384);
178 H264SwDecMemcpy(currImage->data, refData, width*height*384);
225 for (i = row + 1; i < height; i++)
262 u32 width, height; local
282 ASSERT(row < currImage->height);
288 height = currImage->height;
[all...]
H A Dh264bsd_decoder.c662 Get height of the picture in macroblocks
833 height height of the image after cropping is stored here
841 u32 *leftOffset, u32 *width, u32 *topOffset, u32 *height)
858 *height = 16 * pStorage->activeSps->picHeightInMbs -
868 *height = 0;
884 sarWidth sample aspect ratio height
840 h264bsdCroppingParams(storage_t *pStorage, u32 *croppingFlag, u32 *leftOffset, u32 *width, u32 *topOffset, u32 *height) argument
H A Dh264bsd_image.h49 u32 height; member in struct:__anon646
H A Dh264bsd_reconstruct.c101 height height of the reference frame chrominance in pixels
104 chromaPartHeight height of the predicted part in pixels
116 u32 height,
138 (y0 < 0) || ((u32)y0+chromaPartHeight > height))
140 h264bsdFillBlock(pRef, block, x0, y0, width, height,
142 pRef += width * height;
144 x0, y0, width, height, chromaPartWidth + 1,
151 height = chromaPartHeight;
159 ptrA = pRef + (comp * height
110 h264bsdInterpolateChromaHor( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
206 h264bsdInterpolateChromaVer( u8 *pRef, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
302 h264bsdInterpolateChromaHorVer( u8 *ref, u8 *predPartChroma, i32 x0, i32 y0, u32 width, u32 height, u32 xFrac, u32 yFrac, u32 chromaPartWidth, u32 chromaPartHeight) argument
428 u32 xFrac, yFrac, width, height, chromaPartWidth, chromaPartHeight; local
491 h264bsdInterpolateVerHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
609 h264bsdInterpolateVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
743 h264bsdInterpolateHorHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
866 h264bsdInterpolateHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1004 h264bsdInterpolateHorVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horVerOffset) argument
1210 h264bsdInterpolateMidHalf( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight) argument
1396 h264bsdInterpolateMidVerQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 verOffset) argument
1600 h264bsdInterpolateMidHorQuarter( u8 *ref, u8 *mb, i32 x0, i32 y0, u32 width, u32 height, u32 partWidth, u32 partHeight, u32 horOffset) argument
1834 u32 xFrac, yFrac, width, height; local
1983 u32 width, height; local
2222 h264bsdFillBlock( u8 *ref, u8 *fill, i32 x0, i32 y0, u32 width, u32 height, u32 blockWidth, u32 blockHeight, u32 fillScanLength) argument
[all...]
H A Dh264bsd_util.c266 u32 width, height; local
272 height = image->height;
277 picSize = width * height;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp59 size_t width, size_t height,
64 mHeight(height),
57 BitmapParams( void *bits, size_t width, size_t height, size_t cropLeft, size_t cropTop, size_t cropRight, size_t cropBottom) argument
/frameworks/av/media/libstagefright/filters/
H A DColorConvert.cpp49 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
53 for (int32_t i = 0; i < height; i++) {
71 uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height,
75 for (int32_t i = 0; i < height; i++) {
94 uint8_t *src, int32_t width, int32_t height, uint32_t stride,
96 for (int32_t i = 0; i < height; ++i) {
48 convertYUV420spToARGB( uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, uint8_t *dest) argument
70 convertYUV420spToRGB888( uint8_t *pY, uint8_t *pUV, int32_t width, int32_t height, uint8_t *dest) argument
93 convertRGBAToARGB( uint8_t *src, int32_t width, int32_t height, uint32_t stride, uint8_t *dest) argument
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp346 ColorAspects &aspects, int32_t width, int32_t height) {
352 if (width >= 3840 || height >= 3840 || width * (int64_t)height >= 3840 * 1634) {
355 } else if ((width <= 720 && height > 480 && height <= 576)
356 || (height <= 720 && width > 480 && width <= 576)) {
359 } else if ((width <= 720 && height <= 480) || (height <= 720 && width <= 480)) {
345 setDefaultCodecColorAspectsIfNeeded( ColorAspects &aspects, int32_t width, int32_t height) argument
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1054 int32_t width, height; local
1058 if (meta->findInt32("height", &height)) {
1059 maxHeight = max(maxHeight, height);
H A DM3UParser.cpp868 unsigned long height = strtoul(s, &end, 10); local
879 (*meta)->setInt32("height", height);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp1093 unsigned height = local
1099 mFormat->setInt32(kKeyHeight, height);
1101 ALOGI("found MPEG2 video codec config (%d x %d)", width, height);
1240 int32_t width = -1, height = -1; local
1292 &width, &height)) {
1311 mFormat->setInt32(kKeyHeight, height);
1314 width, height);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp50 int32_t height,
59 mHeight(height),
63 mCropHeight(height),
175 bool *portWillReset, uint32_t width, uint32_t height,
178 bool sizeChanged = (width != mWidth || height != mHeight);
185 || def->format.video.nSliceHeight != (OMX_U32)height) {
192 mHeight = height;
196 || height > mAdaptiveMaxHeight) {
201 if (height > mAdaptiveMaxHeight) {
202 mAdaptiveMaxHeight = height;
43 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
174 handlePortSettingsChange( bool *portWillReset, uint32_t width, uint32_t height, CropSettingsMode cropSettingsMode, bool fakeStride) argument
[all...]
H A DSoftVideoEncoderOMXComponent.cpp62 int32_t height,
69 mHeight(height),
387 struct android_ycbcr *ycbcr, int32_t width, int32_t height) {
394 for (size_t y = height; y > 0; --y) {
401 for (size_t y = height >> 1; y > 0; --y) {
411 for (size_t y = height >> 1; y > 0; --y) {
429 const uint8_t *inYVU, uint8_t* outYUV, int32_t width, int32_t height) {
431 int32_t outYsize = width * height;
442 for (int32_t i = height >> 1; i > 0; --i) {
461 const uint8_t *src, size_t width, size_t height, size_
55 SoftVideoEncoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
385 ConvertFlexYUVToPlanar( uint8_t *dst, size_t dstStride, size_t dstVStride, struct android_ycbcr *ycbcr, int32_t width, int32_t height) argument
428 ConvertYUV420SemiPlanarToYUV420Planar( const uint8_t *inYVU, uint8_t* outYUV, int32_t width, int32_t height) argument
459 ConvertRGB32ToPlanar( uint8_t *dstY, size_t dstStride, size_t dstVStride, const uint8_t *src, size_t width, size_t height, size_t srcStride, bool bgr) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp108 const char *params, int32_t *width, int32_t *height) {
110 *height = 0;
200 FindAVCDimensions(nal, width, height);
201 ALOGI("dimensions %dx%d", *width, *height);
336 const sp<ABuffer> &config, int32_t *width, int32_t *height) {
338 *height = 0;
359 &ptr[offset], config->size() - offset, width, height);
363 const char *params, int32_t *width, int32_t *height) {
365 *height = 0;
373 if (!ExtractDimensionsMPEG4Config(config, width, height)) {
107 MakeAVCCodecSpecificData( const char *params, int32_t *width, int32_t *height) argument
335 ExtractDimensionsMPEG4Config( const sp<ABuffer> &config, int32_t *width, int32_t *height) argument
362 MakeMPEG4VideoCodecSpecificData( const char *params, int32_t *width, int32_t *height) argument
428 int32_t width, height; local
460 int32_t width, height; local
513 int32_t width, height; local
[all...]
H A DARTPWriter.cpp491 int32_t width, height; local
493 CHECK(meta->findInt32(kKeyHeight, &height));
496 sdp.append(height);
505 sdp.append(height);
H A DMyTransmitter.h109 int height = 480; local
111 sp<MediaSource> source = new VideoSource(width, height);
116 encMeta->setInt32("height", height);
183 int32_t width, height; local
185 CHECK(meta->findInt32(kKeyHeight, &height));
193 sdp.append(height);
202 sdp.append(height);
H A DVideoSource.h32 VideoSource(int width, int height) argument
34 mHeight(height),
35 mSize((width * height * 3) / 2) {
H A Drtp_test.cpp193 int32_t width, height; local
195 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
196 printf("INFO_FORMAT_CHANGED %d x %d\n", width, height);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp349 void oneBufferPass(int width, int height );
350 void oneBufferPassNoFill(int width, int height );
387 int outputFormat, int videoEncoder, int width, int height, int fps);
464 int outputFormat, int videoEncoder, int width, int height, int fps) {
470 mr->setVideoSize(width, height);
505 void SurfaceMediaSourceTest::oneBufferPass(int width, int height ) {
515 SurfaceMediaSourceTest::fillYV12Buffer(img, width, height, buf->getStride());
524 int /* width */, int /* height */) {
636 // Pass the buffer with the wrong height and weight and should not be accepted
463 setUpMediaRecorder(int fd, int videoSource, int outputFormat, int videoEncoder, int width, int height, int fps) argument
/frameworks/av/media/libstagefright/webm/
H A DWebmElement.cpp345 uint64_t height,
375 videoInfo.push_back(new WebmUnsigned(kMkvPixelHeight, height));
342 VideoTrackEntry( const char *codec, uint64_t width, uint64_t height, const sp<MetaData> &meta, uint64_t uid, bool lacing, const char *lang) argument
H A DWebmWriter.cpp85 int32_t width, height; local
88 || !md->findInt32(kKeyHeight, &height)
109 return WebmElement::VideoTrackEntry(codec, width, height, md);

Completed in 7934 milliseconds

1234567891011>>