Searched refs:sliceHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1522 int32_t width, height, stride, sliceHeight, colorFormat; local
1526 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1532 format->setInt32("slice-height", sliceHeight);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp888 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
894 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight);
932 stride > 0? stride: -stride, sliceHeight);
939 video_def->nSliceHeight = sliceHeight;
H A DACodec.cpp2995 int32_t sliceHeight; local
2996 if (!msg->findInt32("slice-height", &sliceHeight)) {
2997 sliceHeight = height;
3000 video_def->nSliceHeight = sliceHeight;
3846 // TEMPORARY FIX for some vendors that advertise sliceHeight as 0
3848 ALOGW("using sliceHeight=%u instead of what codec advertised (=0)",
3855 ALOGW("cannot describe color format 0x%x = %d with stride=%u and sliceHeight=%u",

Completed in 2229 milliseconds