Searched defs:encodedHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libmedia/
H A DIOMX.cpp40 size_t encodedWidth, size_t encodedHeight,
45 componentName, colorFormat, encodedWidth, encodedHeight,
54 size_t encodedWidth, size_t encodedHeight,
73 encodedHeight, displayWidth, displayHeight,
355 size_t encodedWidth, size_t encodedHeight,
365 data.writeInt32(encodedHeight);
688 size_t encodedHeight = (size_t)data.readInt32(); local
695 encodedWidth, encodedHeight,
36 createRenderer( const sp<Surface> &surface, const char *componentName, OMX_COLOR_FORMATTYPE colorFormat, size_t encodedWidth, size_t encodedHeight, size_t displayWidth, size_t displayHeight, int32_t rotationDegrees) argument
50 createRendererFromJavaSurface( JNIEnv *env, jobject javaSurface, const char *componentName, OMX_COLOR_FORMATTYPE colorFormat, size_t encodedWidth, size_t encodedHeight, size_t displayWidth, size_t displayHeight, int32_t rotationDegrees) argument
351 createRenderer( const sp<ISurface> &surface, const char *componentName, OMX_COLOR_FORMATTYPE colorFormat, size_t encodedWidth, size_t encodedHeight, size_t displayWidth, size_t displayHeight, int32_t rotationDegrees) argument
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp467 size_t encodedWidth, size_t encodedHeight,
501 displayWidth, displayHeight, encodedWidth, encodedHeight,
512 displayWidth, displayHeight, encodedWidth, encodedHeight);
533 encodedWidth, encodedHeight);
463 createRenderer( const sp<ISurface> &surface, const char *componentName, OMX_COLOR_FORMATTYPE colorFormat, size_t encodedWidth, size_t encodedHeight, size_t displayWidth, size_t displayHeight, int32_t rotationDegrees) argument
/frameworks/base/opengl/libs/ETC1/
H A Detc1.cpp524 etc1_uint32 encodedHeight = (height + 3) & ~3; local
526 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
577 etc1_uint32 encodedHeight = (height + 3) & ~3; local
579 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
636 etc1_uint32 encodedHeight = (height + 3) & ~3; local
639 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET); local
657 encodedHeight >= height && encodedHeight - height < 4;

Completed in 97 milliseconds