Searched defs:encodedWidth (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,
72 surface, componentName, colorFormat, encodedWidth,
355 size_t encodedWidth, size_t encodedHeight,
364 data.writeInt32(encodedWidth);
687 size_t encodedWidth = (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.cpp523 etc1_uint32 encodedWidth = (width + 3) & ~3; local
532 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
576 etc1_uint32 encodedWidth = (width + 3) & ~3; local
584 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
635 etc1_uint32 encodedWidth = (width + 3) & ~3; local
638 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); local
656 encodedWidth >= width && encodedWidth - width < 4 &&

Completed in 116 milliseconds