Searched refs:sizeValue (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Interface.c213 M4MP4W_StreamIDsize sizeValue; local
306 sizeValue.streamID = VideoStreamID;
307 sizeValue.height = (M4OSA_UInt16)(pVideoInfo->height);
308 sizeValue.width = (M4OSA_UInt16)(pVideoInfo->width);
310 sizeValue.height, sizeValue.width);
314 (M4OSA_DataOption)&sizeValue);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java236 int sizeValue = (format >> 2) & 0x03;
237 FontSize size = FontSize.fromInt(sizeValue);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h128 size_t sizeValue; member in union:android::AMessage::Item::__anon52
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp149 BASIC_TYPE(Size,sizeValue,size_t)
378 "size_t %s = %d", item.mName, item.u.sizeValue);
478 item->u.sizeValue = static_cast<size_t>(parcel.readInt32());
545 parcel->writeInt32(static_cast<int32_t>(item.u.sizeValue));

Completed in 527 milliseconds