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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1653 int32_t width, height, stride, sliceHeight, colorFormat; local
1657 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1663 format->setInt32("slice-height", sliceHeight);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3764 int32_t sliceHeight; local
3765 if (!msg->findInt32("slice-height", &sliceHeight)) {
3766 sliceHeight = height;
3769 video_def->nSliceHeight = sliceHeight;

Completed in 74 milliseconds