Searched defs:sizeValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h128 size_t sizeValue; member in union:android::AMessage::Item::__anon52
/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);

Completed in 121 milliseconds