HomeSort by relevance Sort by last modified time
    Searched refs:sarHeight (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.h 75 u32 *sarWidth, u32 *sarHeight);
h264bsd_vui.h 89 u32 sarHeight;
h264bsd_decoder.c 885 sarHeight sample aspect ratio width
889 void h264bsdSampleAspectRatio(storage_t *pStorage, u32 *sarWidth, u32 *sarHeight)
923 h = pStorage->activeSps->vuiParameters->sarHeight;
936 *sarHeight = h;
h264bsd_vui.c 118 pVuiParameters->sarHeight = tmp;
  /frameworks/av/media/libstagefright/
avc_utils.cpp 94 int32_t *sarWidth, int32_t *sarHeight) {
204 if (sarHeight != NULL) {
205 *sarHeight = 0;
251 if (sarHeight != NULL) {
252 *sarHeight = sar_height;
375 int32_t sarWidth, sarHeight;
377 seqParamSet, &width, &height, &sarWidth, &sarHeight);
423 if (sarWidth > 1 || sarHeight > 1) {
427 meta->setInt32(kKeySARHeight, sarHeight);
437 sarHeight);
    [all...]
StagefrightMetadataRetriever.cpp 399 int32_t sarWidth, sarHeight;
401 && trackMeta->findInt32(kKeySARHeight, &sarHeight)
402 && sarHeight != 0) {
403 frame->mDisplayWidth = (frame->mDisplayWidth * sarWidth) / sarHeight;
Utils.cpp 650 int32_t sarWidth, sarHeight;
652 && meta->findInt32(kKeySARHeight, &sarHeight)) {
654 msg->setInt32("sar-height", sarHeight);
    [all...]
  /frameworks/av/media/libstagefright/include/
avc_utils.h 48 int32_t *sarWidth = NULL, int32_t *sarHeight = NULL);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 219 milliseconds