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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1385 int32_t width, height, stride, sliceHeight, colorFormat; local
1389 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1396 enc_meta->setInt32(kKeySliceHeight, sliceHeight);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1534 int32_t sliceHeight; local
1535 if (!msg->findInt32("slice-height", &sliceHeight)) {
1536 sliceHeight = height;
1539 video_def->nSliceHeight = sliceHeight;
H A DOMXCodec.cpp777 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
783 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight);
819 stride > 0? stride: -stride, sliceHeight);
826 video_def->nSliceHeight = sliceHeight;

Completed in 68 milliseconds