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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1479 int32_t width, height, stride, sliceHeight, colorFormat; local
1483 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1489 format->setInt32("slice-height", sliceHeight);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp880 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
886 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight);
924 stride > 0? stride: -stride, sliceHeight);
931 video_def->nSliceHeight = sliceHeight;
H A DACodec.cpp2448 int32_t sliceHeight; local
2449 if (!msg->findInt32("slice-height", &sliceHeight)) {
2450 sliceHeight = height;
2453 video_def->nSliceHeight = sliceHeight;
3294 // TEMPORARY FIX for some vendors that advertise sliceHeight as 0
3296 ALOGW("using sliceHeight=%u instead of what codec advertised (=0)",
3303 ALOGW("cannot describe color format 0x%x = %d with stride=%u and sliceHeight=%u",

Completed in 921 milliseconds