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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1521 int32_t width, height, stride, sliceHeight, colorFormat; local
1525 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1531 format->setInt32("slice-height", sliceHeight);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3619 int32_t sliceHeight; local
3620 if (!msg->findInt32("slice-height", &sliceHeight)) {
3621 sliceHeight = height;
3624 video_def->nSliceHeight = sliceHeight;
4523 // TEMPORARY FIX for some vendors that advertise sliceHeight as 0
4525 ALOGW("using sliceHeight=%u instead of what codec advertised (=0)",
4535 ALOGW("cannot describe color format 0x%x = %d with stride=%u and sliceHeight=%u",

Completed in 998 milliseconds